wbinfo: Fix a debug message
authorVolker Lendecke <vl@samba.org>
Fri, 4 Mar 2011 04:55:23 +0000 (05:55 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 5 Mar 2011 13:29:33 +0000 (14:29 +0100)
nsswitch/wbinfo.c

index 150193d33c5620491551dd1763a73731b61d39e7..a4957abf78c9ab19256262bfbaea9e2ff0b07dfe 100644 (file)
@@ -385,7 +385,7 @@ static bool wbinfo_get_userdomgroups(const char *user_sid_str)
 
        wbc_status = wbcStringToSid(user_sid_str, &user_sid);
        if (!WBC_ERROR_IS_OK(wbc_status)) {
-               d_fprintf(stderr, "failed to call wbcSidToString: %s\n",
+               d_fprintf(stderr, "failed to call wbcStringToSid: %s\n",
                          wbcErrorString(wbc_status));
                return false;
        }