summaryrefslogtreecommitdiff
path: root/ext/session
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2003-08-28 20:43:18 +0000
committerAndrey Hristov <andrey@php.net>2003-08-28 20:43:18 +0000
commit20383f908007fc00f27edcbd4fbb705638d67663 (patch)
tree5de710909e46fe8b388f2f7c75b38fdcf788650a /ext/session
parent8d3620aea8beb6697b47173500a31f7bf3b6bc21 (diff)
downloadphp-git-20383f908007fc00f27edcbd4fbb705638d67663.tar.gz
\n at the end of the message is not needed
Diffstat (limited to 'ext/session')
-rw-r--r--ext/session/session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/session.c b/ext/session/session.c
index b156567259..4f6e53a1b6 100644
--- a/ext/session/session.c
+++ b/ext/session/session.c
@@ -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
}
}