--- loncom/interface/lonmsg.pm 2006/04/08 06:53:37 1.180 +++ loncom/interface/lonmsg.pm 2006/04/11 14:17:23 1.181 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.180 2006/04/08 06:53:37 albertel Exp $ +# $Id: lonmsg.pm,v 1.181 2006/04/11 14:17:23 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -278,6 +278,8 @@ sub author_res_msg { my $homeserver=&Apache::lonnet::homeserver($author,$domain); if ($homeserver ne 'no_host') { my $id=unpack("%32C*",$message); + $message .= "

This error occurred on machine ". + $Apache::lonnet::perlvar{'lonHostID'}."

"; my $msgid; ($msgid,$message)=&packagemsg($filename,$message); return &Apache::lonnet::reply('put:'.$domain.':'.$author.