From 71e0c1009a61b104d4c52527dcf4290c8bafcdd7 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 8 May 2011 15:26:15 +0200 Subject: [PATCH] some log_lock to log_main to clean log_lock entries and SHUTTA log more understandable --- web/briskin5/index_rd.php | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/web/briskin5/index_rd.php b/web/briskin5/index_rd.php index 6732873..115f9b5 100644 --- a/web/briskin5/index_rd.php +++ b/web/briskin5/index_rd.php @@ -52,10 +52,9 @@ if (DEBUGGING == "local" && $_SERVER['REMOTE_ADDR'] != '127.0.0.1') { function shutta() { - log_rd2("bin5 SHUTTA!".connection_status()); + log_rd2("bin5 SHUTTA [".connection_status()."] !"); } - register_shutdown_function(shutta); function unrecerror() @@ -76,9 +75,6 @@ function page_sync($sess, $page) return (sprintf('the_end=true; window.onbeforeunload = null; window.onunload = null; document.location.assign("%s");', $page)); } - - - function maincheck($sess, $cur_stat, $cur_subst, $cur_step, &$new_stat, &$new_subst, &$new_step, $table_idx, $table_token) { GLOBAL $is_page_streaming, $first_loop, $S_load_stat; @@ -125,7 +121,7 @@ function maincheck($sess, $cur_stat, $cur_subst, $cur_step, &$new_stat, &$new_su Bin5::save_data($bri); unset($bri); } - log_lock("U"); + log_main("infolock: U"); Bin5::unlock_data($sem); ignore_user_abort(FALSE); } // if (($sem = Bin5::lock_data($table ... @@ -139,7 +135,7 @@ function maincheck($sess, $cur_stat, $cur_subst, $cur_step, &$new_stat, &$new_su } // if ($first_loop == TRUE) { if ($cur_step == $proxy_step['s']) { - log_lock("P"); + log_main("infolock: P"); return (FALSE); } else { @@ -152,7 +148,7 @@ function maincheck($sess, $cur_stat, $cur_subst, $cur_step, &$new_stat, &$new_su if (($sem = Bin5::lock_data($table_idx)) == FALSE) break; - log_lock("P"); + log_main("infolock: P"); $S_load_stat['U_heavy']++; if (($user = Bin5_user::load_data($table_idx, $proxy_step['i'], $sess)) == FALSE) { break; -- 2.17.1