--- loncom/interface/loncoursedata.pm 2002/10/16 14:48:45 1.37 +++ loncom/interface/loncoursedata.pm 2002/10/17 19:36:30 1.38 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # (Publication Handler # -# $Id: loncoursedata.pm,v 1.37 2002/10/16 14:48:45 matthew Exp $ +# $Id: loncoursedata.pm,v 1.38 2002/10/17 19:36:30 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1438,6 +1438,8 @@ sub get_classlist { if ($tmp =~/^(con_lost|error|no_such_host)/i) { $fullname = 'not available'; $id = 'not available'; + &Apache::lonnet::logthis('unable to retrieve environment '. + 'for '.$sname.':'.$sdom); } else { $fullname = &ProcessFullName(@info{qw/lastname generation firstname middlename/});