uid_t is a synonym for int on osX
[metze/samba/wip.git] / source3 / smbd / sec_ctx.c
index d73dcf422edc3d0fbcaf3ff876ebf992395cabe1..83674a233dc9146fc9d6e066716d80d38a7f3ad1 100644 (file)
@@ -291,7 +291,7 @@ static void set_unix_security_ctx(uid_t uid, gid_t gid, int ngroups, gid_t *grou
        if (syscall(SYS_initgroups, (ngroups > max) ? max : ngroups,
                        groups, uid) == -1 && !non_root_mode()) {
                DEBUG(0, ("WARNING: failed to set group list "
-                       "(%d groups) for UID %ld: %s\n",
+                       "(%d groups) for UID %d: %s\n",
                        ngroups, uid, strerror(errno)));
                smb_panic("sys_setgroups failed");
        }