Changeset 599 for trunk/packages/sipb-xen-www/code/templates
- Timestamp:
- Jun 13, 2008, 2:58:13 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-www/code/templates/error.tmpl
r543 r599 7 7 8 8 #def body 9 <p>$errorMessage in operation $op. This shouldn't happen! Please 10 email xvm@mit.edu to explain how it happened. Stderr:</p> 11 <pre>$stderr</pre> 9 <p>Uh-oh! We experienced an error. Sorry about that. We've gotten 10 mail about it.</p> 11 12 <p>Feel free to poke us at <tt>xvm@mit.edu</tt> if this bug is 13 consistently biting you and we don't seem to be fixing it.</p> 14 15 <p>In case you're curious, the gory details are here.</p> 16 17 <pre> 18 Error on operation $op for user $user: $errorMessage 19 Error output (if any): 20 $stderr 21 </pre> 12 22 #end def
Note: See TracChangeset
for help on using the changeset viewer.