From 5328f9de4d84c45e7f94edb179bba1adef8f208f Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Thu, 13 Mar 2008 22:27:59 +0000 Subject: [PATCH] differ logs for the same function call in 2 places --- web/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/index.php b/web/index.php index e0db3d2..0e9d615 100644 --- a/web/index.php +++ b/web/index.php @@ -49,7 +49,7 @@ function main() /* Actions */ if (validate_sess($sess)) { - log_main("pre garbage_manager"); + log_main("pre garbage_manager UNO"); $room->garbage_manager(TRUE); log_main("post garbage_manager"); if (($user = &$room->get_user($sess, &$idx)) != FALSE) { @@ -76,6 +76,8 @@ function main() } if ($ACTION == "login" && isset($name)) { + + log_main("pre garbage_manager DUE"); $room->garbage_manager(TRUE); /* try login */ if (($user = &$room->add_user(&$sess, &$idx, $name, $_SERVER['REMOTE_ADDR'])) != FALSE) { -- 2.17.1