projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove the useless User class (now user is a string)
[invirt/packages/invirt-web.git]
/
templates
/
error.tmpl
diff --git
a/templates/error.tmpl
b/templates/error.tmpl
index
a4f9fda
..
3a53f49
100644
(file)
--- a/
templates/error.tmpl
+++ b/
templates/error.tmpl
@@
-7,6
+7,8
@@
ERROR!
#def body
<h1>ERROR</h1>
#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
#end def