andrey Thu Aug 28 16:43:19 2003 EDT
Modified files:
/php-src/ext/session session.c
Log:
\n at the end of the message is not needed
Index: php-src/ext/session/session.c
diff -u php-src/ext/session/session.c:1.373 php-src/ext/session/session.c:1.374
--- php-src/ext/session/session.c:1.373 Thu Aug 28 13:34:33 2003
+++ php-src/ext/session/session.c Thu Aug 28 16:43:18 2003
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: session.c,v 1.373 2003/08/28 17:34:33 sas Exp $ */
+/* $Id: session.c,v 1.374 2003/08/28 20:43:18 andrey Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -1154,7 +1154,7 @@
PS(mod)->s_gc(&PS(mod_data), PS(gc_maxlifetime), &nrdels
TSRMLS_CC);
#if 0
if (nrdels != -1)
- php_error_docref(NULL TSRMLS_CC, E_NOTICE, "purged %d
expired session objects\n", nrdels);
+ php_error_docref(NULL TSRMLS_CC, E_NOTICE, "purged %d
expired session objects", nrdels);
#endif
}
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php