stas 2004/02/09 10:51:07
Modified: src/modules/perl modperl_mgv.c
Log:
improve the comment
Revision Changes Path
1.31 +1 -1 modperl-2.0/src/modules/perl/modperl_mgv.c
Index: modperl_mgv.c
===================================================================
RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_mgv.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -u -r1.30 -r1.31
--- modperl_mgv.c 9 Feb 2004 18:21:36 -0000 1.30
+++ modperl_mgv.c 9 Feb 2004 18:51:07 -0000 1.31
@@ -307,7 +307,7 @@
}
else {
MP_TRACE_h(MP_FUNC, "package %s seems to be loaded\n"
- " $INC{%s)='%s';\n",
+ " $INC{'%s')='%s';\n",
name, filename, SvPV_nolen(*svp));
}
}