--- loncom/xml/lonxml.pm 2006/04/20 02:58:14 1.411 +++ 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.411 2006/04/20 02:58:14 albertel Exp $ +# $Id: lonxml.pm,v 1.413 2006/06/27 14:22:39 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1419,7 +1419,7 @@ sub handler { my $filecontents=&Apache::lonnet::getfile($file); if ($filecontents eq -1) { my $start_page=&Apache::loncommon::start_page('File Error'); - my $end_page=&Apache::loncommon::end_page('File Error'); + my $end_page=&Apache::loncommon::end_page(); my $fnf=&mt('File not found'); $result=(<',@_); + 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