]> arthur.barton.de Git - netatalk.git/commitdiff
Adjust loglevel
authorFrank Lahm <franklahm@googlemail.com>
Thu, 28 Oct 2010 06:22:22 +0000 (08:22 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Thu, 28 Oct 2010 06:22:22 +0000 (08:22 +0200)
etc/afpd/file.c

index f3b11fe10594021296837d9d95839b4fe5f12278..1528003b819a3a8bff18186402a9cb00e869d7aa 100644 (file)
@@ -286,8 +286,7 @@ restart:
         }
         else if (adp && (adcnid != dbcnid)) { /* 4 */
             /* Update the ressource fork. For a folder adp is always null */
-            
-            LOG(log_note, logtype_afpd, "get_id(%s/%s): calling ad_setid(old: %u, new: %u)",
+            LOG(log_debug, logtype_afpd, "get_id(%s/%s): calling ad_setid(old: %u, new: %u)",
                 getcwdpath(), upath, htonl(adcnid), htonl(dbcnid));
             if (ad_setid(adp, st->st_dev, st->st_ino, dbcnid, did, vol->v_stamp)) {
                 ad_flush(adp);