From: Matteo Nastasi (mop) Date: Sun, 20 Mar 2011 18:02:16 +0000 (+0100) Subject: substitute error_log with log_crit for data access statistics log X-Git-Tag: 3.4.4~1 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=40c213b1f4ab1331f5c203ffee5fc91e042eb7c7;p=brisk.git substitute error_log with log_crit for data access statistics log --- 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); ?>