diff -r e7d94240fc71 -r 20c459e452ac plugins/perl/perl.c --- a/plugins/perl/perl.c Wed Aug 20 10:28:14 2003 +0000 +++ b/plugins/perl/perl.c Wed Aug 20 10:38:41 2003 +0000 @@ -140,7 +140,7 @@ "eval $strin;" "if($@){" /*" #something went wrong\n"*/ - "GAIM::print(\"Errors loading file $f_name:\\n\",\"$@\");" + "Gaim::debug(\"perl\", \"Errors loading file $f_name:\\n\",\"$@\");" "return 1;" "}" "return 0;"