Improve the error infrastructure. Hopefully this works; I haven't
[invirt/packages/invirt-web.git] / templates / error.tmpl
index a4f9fda..3a53f49 100644 (file)
@@ -7,6 +7,8 @@ ERROR!
 
 #def body
 <h1>ERROR</h1>
-<p>$errorMessage in operation $op</p>
 
+<p>$errorMessage in operation $op.  This shouldn't happen!  Please
+email sipb-xen@mit.edu to explain how it happened.  Stderr:</p>
+<pre>$stderr</pre>
 #end def