]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
minor log bug fixed
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 29 Mar 2009 08:06:21 +0000 (08:06 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 29 Mar 2009 08:06:21 +0000 (08:06 +0000)
web/Obj/auth.phh

index fdebea7009717251bd11e21cec6c52c41bee5094..a52bc7859aec2af04dc25348cb48cc1a155bec62 100644 (file)
@@ -70,7 +70,7 @@ class Challenges {
       return ($G_false);
     }
 
-      log_auth("xxx", "LOOPI item: ".$i." tstamp: ".$this->item[$i]->tstamp."  curtime: ".$curtime);
+    // log_auth("xxx", "LOOPI tstamp: ".$this->item[$i]->tstamp."  curtime: ".$curtime);
 
     if (($chal = new Challenge($login, $token, $ip, $tstamp)) == null) {
       return ($G_false);