]> arthur.barton.de Git - netatalk.git/commitdiff
Log fix
authorFrank Lahm <franklahm@googlemail.com>
Tue, 17 May 2011 15:28:28 +0000 (17:28 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Tue, 17 May 2011 15:28:28 +0000 (17:28 +0200)
libatalk/acl/uuid.c

index 397d3b8483be09a318dd344c68a812690f27d34f..e275a4d1ad8023c3a95ba3fec0ef36e27f579a18 100644 (file)
@@ -158,7 +158,7 @@ int getuuidfromname( const char *name, uuidtype_t type, uuidp_t uuid) {
 #ifdef HAVE_LDAP
         if ((ret = ldap_getuuidfromname( name, type, &uuid_string)) == 0) {
             uuid_string2bin( uuid_string, uuid);
-            LOG(log_debug, logtype_afpd, "getuuidfromname{local}: name: %s, type: %s -> UUID: %s",
+            LOG(log_debug, logtype_afpd, "getuuidfromname{LDAP}: name: %s, type: %s -> UUID: %s",
                 name, uuidtype[type & UUIDTYPESTR_MASK], uuid_bin2string(uuid));
         } else {
             LOG(log_debug, logtype_afpd, "getuuidfromname(\"%s\",t:%u): no result from ldap search",