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
Make it easy to kill fcgi processes.
[invirt/packages/invirt-web.git]
/
code
/
templates
/
error.tmpl
diff --git
a/code/templates/error.tmpl
b/code/templates/error.tmpl
index
678d36f
..
b129599
100644
(file)
--- a/
code/templates/error.tmpl
+++ b/
code/templates/error.tmpl
@@
-7,6
+7,6
@@
ERROR!
#def body
<p>$errorMessage in operation $op. This shouldn't happen! Please
-email sipb-xen@mit.edu to explain how it happened. Stderr:</p>
+email xvm@mit.edu to explain how it happened. Stderr:</p>
<pre>$stderr</pre>
#end def