]> git.saurik.com Git - apple/security.git/blobdiff - securityd/src/credential.cpp
Security-58286.51.6.tar.gz
[apple/security.git] / securityd / src / credential.cpp
index 8d14bc6c151b613c996e418d36cb35c8a849a8f9..fbd703a1ce9034465627f56466b2ef1cdab18fe2 100644 (file)
@@ -61,7 +61,7 @@ CredentialImpl::CredentialImpl(const string &username, const string &password, b
         int checkpw_status = checkpw_internal(pw, passwd);
 
         if (checkpw_status != CHECKPW_SUCCESS) {
-            syslog(LOG_ERR, "checkpw() returned %d; failed to authenticate user %s (uid %lu).", checkpw_status, pw->pw_name, pw->pw_uid);
+            syslog(LOG_ERR, "checkpw() returned %d; failed to authenticate user %s (uid %u).", checkpw_status, pw->pw_name, pw->pw_uid);
             break;
         }