From: Matteo Nastasi (mop) Date: Wed, 10 Oct 2007 05:36:40 +0000 (+0000) Subject: commentato log troppo oneroso X-Git-Tag: 3.0.0~226 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=c0e10f57f23510ffcfaf403adff20e18dc46e5b4;p=brisk.git commentato log troppo oneroso --- diff --git a/web/brisk.phh b/web/brisk.phh index d14e9d3..1fe3f12 100644 --- a/web/brisk.phh +++ b/web/brisk.phh @@ -1155,7 +1155,7 @@ function save_data(&$bri) if (($shm = shm_attach($tok, SHM_DIMS)) == FALSE) break; - log_only($sess, "PUT_VAR DI ".strlen(serialize($bri))); + // log_only($sess, "PUT_VAR DI ".strlen(serialize($bri))); if (shm_put_var($shm, $tok, $bri) == FALSE) { log_only($sess, "PUT_VAR FALLITA ".strlen(serialize($bri))); log_only($sess, serialize($bri));