Rephrase the five paragraphs of price..er..prose
[invirt/packages/invirt-web.git] / code / templates / error.tmpl
index b129599..ff9b4e0 100644 (file)
@@ -6,7 +6,15 @@ ERROR!
 #end def
 
 #def body
-<p>$errorMessage in operation $op.  This shouldn't happen!  Please
-email xvm@mit.edu to explain how it happened.  Stderr:</p>
-<pre>$stderr</pre>
+<p>Uh-oh!  We experienced an error.  Sorry about that.  We've gotten
+mail about it.</p>
+
+<p>Feel free to poke us at <tt>xvm@mit.edu</tt> if this bug is
+consistently biting you and we don't seem to be fixing it.</p>
+
+<p>In case you're curious, the gory details are below.</p>
+
+<pre>
+$details
+</pre>
 #end def