--- loncom/xml/lonxml.pm 2006/05/15 22:30:10 1.412
+++ loncom/xml/lonxml.pm 2006/06/27 14:22:39 1.413
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# XML Parser Module
#
-# $Id: lonxml.pm,v 1.412 2006/05/15 22:30:10 albertel Exp $
+# $Id: lonxml.pm,v 1.413 2006/06/27 14:22:39 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1539,7 +1539,8 @@ sub error {
#public or browsers
$errormsg=&mt("An error occured while processing this resource. The author has been notified.");
}
- my $msg = join('
',@_);
+ my $host=$Apache::lonnet::perlvar{'lonHostID'};
+ my $msg = join('
',(@_,"The occured on host $host"));
#notify author
&Apache::lonmsg::author_res_msg($env{'request.filename'},$msg);
#notify course