X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/504587ddf79685559107c75721bf45a00bf8210c..2ceb21a06962e780e76e376870f489725ebd3381:/code/templates/error.tmpl diff --git a/code/templates/error.tmpl b/code/templates/error.tmpl index b129599..37f9cc6 100644 --- a/code/templates/error.tmpl +++ b/code/templates/error.tmpl @@ -6,7 +6,17 @@ ERROR! #end def #def body -

$errorMessage in operation $op. This shouldn't happen! Please -email xvm@mit.edu to explain how it happened. Stderr:

-
$stderr
+

Uh-oh! We experienced an error. Sorry about that. We've gotten +mail about it.

+ +

Feel free to poke us at xvm@mit.edu if this bug is +consistently biting you and we don't seem to be fixing it.

+ +

In case you're curious, the gory details are here.

+ +
+Error on operation $op for user $user: $errorMessage
+Error output (if any):
+$stderr
+
#end def