From: Volker Lendecke Date: Fri, 4 Mar 2011 04:55:23 +0000 (+0100) Subject: wbinfo: Fix a debug message X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=d34092e919fd53276af4c54b7e70fff855f904fb;p=metze%2Fsamba%2Fwip.git wbinfo: Fix a debug message --- diff --git a/nsswitch/wbinfo.c b/nsswitch/wbinfo.c index 150193d33c56..a4957abf78c9 100644 --- a/nsswitch/wbinfo.c +++ b/nsswitch/wbinfo.c @@ -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; }