]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/auth.c
Whitespace and exclamation mark fixes
[netatalk.git] / etc / afpd / auth.c
index dc4dd8bce6c27fe36afe8abc4f912232e388ef03..3c2db203059ae704dacfb08ddee6577df9a69cde 100644 (file)
@@ -977,7 +977,7 @@ int afp_getuserinfo(AFPObj *obj _U_, char *ibuf, size_t ibuflen _U_, char *rbuf,
             atalk_uuid_t uuid;
             ret = getuuidfromname( obj->username, UUID_USER, uuid);
             if (ret != 0) {
-                LOG(log_info, logtype_afpd, "afp_getuserinfo: error getting UUID !");
+                LOG(log_info, logtype_afpd, "afp_getuserinfo: error getting UUID!");
                 return AFPERR_NOITEM;
             }
             LOG(log_debug, logtype_afpd, "afp_getuserinfo: got UUID: %s", uuid_bin2string(uuid));