]> arthur.barton.de Git - netatalk.git/commitdiff
Remove log message
authorFrank Lahm <franklahm@googlemail.com>
Tue, 24 Jan 2012 14:42:48 +0000 (15:42 +0100)
committerFrank Lahm <franklahm@googlemail.com>
Tue, 24 Jan 2012 14:42:48 +0000 (15:42 +0100)
libatalk/adouble/ad_open.c

index c6ee96ecfdd89c247eb05dc2b84dcbd18993df76..d8e2f0445a9a6be1300b8db8e07160bd550a2905 100644 (file)
@@ -964,8 +964,6 @@ static int ad_open_hf_ea(const char *path, int adflags, int mode, struct adouble
 
     /* Read the adouble header in and parse it.*/
     if (ad->ad_ops->ad_header_read(path, ad, NULL) != 0) {
-        LOG(log_error, logtype_default, "ad_open_hf_ea: no EA adouble");
-
         if (!(adflags & ADFLAGS_CREATE)) {
             errno = ENOENT;
             EC_FAIL;