commentato log troppo oneroso
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 10 Oct 2007 05:36:40 +0000 (05:36 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 10 Oct 2007 05:36:40 +0000 (05:36 +0000)
web/brisk.phh

index d14e9d3..1fe3f12 100644 (file)
@@ -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));