fix errors (wrong params, tables names and so on)
[brisk.git] / web / Obj / sac-a-push.phh
index 0ae856e..ec5abd2 100644 (file)
@@ -709,7 +709,7 @@ class Sac_a_push {
                         if ($buf == FALSE || mb_strlen($buf, "ASCII") == 0) {
                             // close socket case
                             if ($buf == FALSE) {
-                                printf("ERROR READING\n");
+                                printf("INFO: read return false\n");
                             }
                             if ($sock === $this->list) {
                                 printf("Arrivati %d bytes da list\n", mb_strlen($buf, "ASCII"));