X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.phh;h=1fe3f1295eabb20243aebc1c589c5f5cee9a7530;hb=c0e10f57f23510ffcfaf403adff20e18dc46e5b4;hp=d14e9d3b459b9c6c7a492688b83d2165560d4575;hpb=d38b423a7d06cfd9948443940cd16fe73b4f515e;p=brisk.git 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));