[SimBot-commits] CVS: simbot/plugins httpd.pl,1.12,1.13
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-08-10 03:23:53
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2265/plugins Modified Files: httpd.pl Log Message: DEBUG_WARN not DEBUG_WARNING Index: httpd.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/httpd.pl,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -p -r1.12 -r1.13 --- httpd.pl 9 Aug 2005 01:32:36 -0000 1.12 +++ httpd.pl 9 Aug 2005 01:38:19 -0000 1.13 @@ -111,7 +111,7 @@ sub get_template { } elsif(-r "templates/${template}.default.tmpl") { $file_name = "templates/${template}.default.tmpl"; } else { - &SimBot::debug(&SimBot::DEBUG_WARNING, "httpd: No template $template available!"); + &SimBot::debug(&SimBot::DEBUG_WARN, "httpd: No template $template available!"); return; } |