--- loncom/homework/imageresponse.pm 2005/04/07 06:56:21 1.65 +++ loncom/homework/imageresponse.pm 2005/04/19 09:20:55 1.66 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # image click response style # -# $Id: imageresponse.pm,v 1.65 2005/04/07 06:56:21 albertel Exp $ +# $Id: imageresponse.pm,v 1.66 2005/04/19 09:20:55 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -228,6 +228,7 @@ sub clean_up_image { } } else { $image=&Apache::lonnet::filelocation($Apache::lonxml::pwd[-1],$image); + &Apache::lonxml::debug("repcopying: $image"); if (&Apache::lonnet::repcopy($image) ne 'ok') { $image='/home/httpd/html/adm/lonKaputt/lonlogo_broken.gif'; }