]> granicus.if.org Git - php/commitdiff
\n at the end of the message is not needed
authorAndrey Hristov <andrey@php.net>
Thu, 28 Aug 2003 20:26:32 +0000 (20:26 +0000)
committerAndrey Hristov <andrey@php.net>
Thu, 28 Aug 2003 20:26:32 +0000 (20:26 +0000)
ext/session/session.c

index 6a8cb85da8bbb481855800f63c7c07c223af7103..961e21ffc1c2b8d95da490c15da241db2c62b823 100644 (file)
@@ -1055,7 +1055,7 @@ PHPAPI void php_session_start(TSRMLS_D)
                        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
                }
        }