X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=etc%2Fafpd%2Fvolume.c;h=eaedf53c9e98d98afe0f061ea618ab5c8befb0ff;hp=8fca00067aad13e1bde15d08d8bd8a508ac94bbf;hb=b1338b390059f9f7019edc1080833f5002e948d8;hpb=d248ac3fe5ef75ad1a66d60ba2fe1f47262c5138 diff --git a/etc/afpd/volume.c b/etc/afpd/volume.c index 8fca0006..eaedf53c 100644 --- a/etc/afpd/volume.c +++ b/etc/afpd/volume.c @@ -613,7 +613,7 @@ static int volume_codepage(AFPObj *obj, struct vol *volume) } if ( NULL == (charset = find_charset_functions(volume->v_volcodepage)) || charset->flags & CHARSET_ICONV ) { - LOG (log_warning, logtype_afpd, "WARNING: volume encoding %s is *not* supported by netatalk, expect problems !!!!", volume->v_volcodepage); + LOG (log_warning, logtype_afpd, "WARNING: volume encoding %s is *not* supported by netatalk, expect problems!", volume->v_volcodepage); } if (!volume->v_maccodepage)