From d34092e919fd53276af4c54b7e70fff855f904fb Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 4 Mar 2011 05:55:23 +0100 Subject: wbinfo: Fix a debug message --- nsswitch/wbinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsswitch/wbinfo.c') diff --git a/nsswitch/wbinfo.c b/nsswitch/wbinfo.c index 150193d33c..a4957abf78 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; } -- cgit