From: HAT Date: Fri, 17 Feb 2012 09:37:00 +0000 (+0900) Subject: small fix X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=inline;h=3d372db5215a1e421f83589331aad8c80c12febb;p=netatalk.git small fix --- diff --git a/etc/afpd/afp_options.c b/etc/afpd/afp_options.c index 3fd42669..0b7bd48f 100644 --- a/etc/afpd/afp_options.c +++ b/etc/afpd/afp_options.c @@ -255,7 +255,7 @@ int afp_config_parse(AFPObj *AFPObj) if ((options->maccharset = add_charset(p)) == (charset_t)-1) { options->maccharset = CH_MAC; options->maccodepage = strdup("MAC_ROMAN"); - LOG(log_warning, logtype_afpd, "Setting Unix codepage to '%s' failed", p); + LOG(log_warning, logtype_afpd, "Setting Mac codepage to '%s' failed", p); } else { options->maccodepage = strdup(p); }