From 40c213b1f4ab1331f5c203ffee5fc91e042eb7c7 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 20 Mar 2011 19:02:16 +0100 Subject: [PATCH] substitute error_log with log_crit for data access statistics log --- web/index_rd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index_rd.php b/web/index_rd.php index 3dec5e9..2bb4321 100644 --- a/web/index_rd.php +++ b/web/index_rd.php @@ -406,7 +406,7 @@ $s = "[".$sess."] index_rd.php stats: "; foreach ($S_load_stat as $key => $value) { $s .= sprintf("%s: %d - ", $key, $value); } -error_log($s, 0); +log_crit($s); ?> -- 2.17.1