]> 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:43:18 +0000 (20:43 +0000)
committerAndrey Hristov <andrey@php.net>
Thu, 28 Aug 2003 20:43:18 +0000 (20:43 +0000)
ext/session/session.c

index b1565672593b3e414316561c45f5af7a133f0bd0..4f6e53a1b6cafe02302fe91082745225320b50ec 100644 (file)
@@ -1154,7 +1154,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
                }
        }