Skip to content

Commit

Permalink
Cosmetic name change
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Schumann committed Jun 27, 2000
1 parent e092c0c commit 5059537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/session/session.c
Expand Up @@ -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);
}
}
}
Expand Down

0 comments on commit 5059537

Please sign in to comment.