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