projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d38b423
)
commentato log troppo oneroso
author
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Wed, 10 Oct 2007 05:36:40 +0000
(
05:36
+0000)
committer
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Wed, 10 Oct 2007 05:36:40 +0000
(
05:36
+0000)
web/brisk.phh
patch
|
blob
|
history
diff --git
a/web/brisk.phh
b/web/brisk.phh
index
d14e9d3
..
1fe3f12
100644
(file)
--- 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));