]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afp_options.c
Add FCE to Makefile.am and fixes
[netatalk.git] / etc / afpd / afp_options.c
index 9bb48042fa1e98ffdb5033edf70173995c310740..6fff02fd32c48a970c02745444011df9b5772109 100644 (file)
@@ -484,7 +484,7 @@ int afp_options_parseline(char *buf, struct afp_options *options)
                fce_add_udp_socket(c);
        }
        if ((c = getoption(buf, "-fcecoalesce"))) {
-               LOG(log_ote, logtype_afpd, "Fce coalesce: %s", c);
+               LOG(log_note, logtype_afpd, "Fce coalesce: %s", c);
                fce_set_coalesce(c);
        }