add log in User::save_data() method
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 20 Mar 2011 17:37:05 +0000 (18:37 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 20 Mar 2011 17:37:05 +0000 (18:37 +0100)
web/Obj/brisk.phh

index 87185da..a4b58db 100644 (file)
@@ -951,6 +951,7 @@ class User {
       // log_only("PUT_VAR DI ".strlen(serialize($user)));
       if (shm_put_var($shm, $tok, $user) != FALSE) {
        shm_detach($shm);
+       log_main("User[".$id."] saved.");
        return (TRUE);
       }
       if (shm_remove($shm) === FALSE) {