From 34bee836b13deee171c130b7896fe163a7e9ee4d Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 10 Aug 2000 19:27:30 +0000 Subject: [PATCH] Remove bogus "by" --- ext/session/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/session/session.c b/ext/session/session.c index a2d12294e5..cbad769484 100644 --- a/ext/session/session.c +++ b/ext/session/session.c @@ -611,7 +611,7 @@ static void _php_session_cache_limiter(PSLS_D) int output_start_lineno = php_get_output_start_lineno(); if (output_start_filename) { - php_error(E_WARNING, "Cannot send session cache limiter - headers already sent by (output started at %s:%d)", + php_error(E_WARNING, "Cannot send session cache limiter - headers already sent (output started at %s:%d)", output_start_filename, output_start_lineno); } else { php_error(E_WARNING, "Cannot send session cache limiter - headers already sent"); -- 2.50.1