]> granicus.if.org Git - php/commitdiff
Cosmetic name change
authorSascha Schumann <sas@php.net>
Tue, 27 Jun 2000 23:09:49 +0000 (23:09 +0000)
committerSascha Schumann <sas@php.net>
Tue, 27 Jun 2000 23:09:49 +0000 (23:09 +0000)
ext/session/session.c

index 737b02ff1a2e75ca4dd0b73be43c667d75480364..55cf9649b106e1778d4626494989a84dd6205516 100644 (file)
@@ -854,7 +854,7 @@ static void _php_session_start(PSLS_D)
                if (nrand < PS(gc_probability)) {
                        PS(mod)->gc(&PS(mod_data), PS(gc_maxlifetime), &nrdels);
                        if (nrdels != -1)
-                               php_error(E_NOTICE, "Session gc: cleared %d\n", nrdels);
+                               php_error(E_NOTICE, "purged %d expired session objects\n", nrdels);
                }
        }
 }