andrey Thu Aug 28 16:26:33 2003 EDT Modified files: (Branch: PHP_4_3) /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.336.2.26 php-src/ext/session/session.c:1.336.2.27 --- php-src/ext/session/session.c:1.336.2.26 Thu Aug 28 13:34:30 2003 +++ php-src/ext/session/session.c Thu Aug 28 16:26:32 2003 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: session.c,v 1.336.2.26 2003/08/28 17:34:30 sas Exp $ */ +/* $Id: session.c,v 1.336.2.27 2003/08/28 20:26:32 andrey Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -1055,7 +1055,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