From: Volker Lendecke Date: Tue, 3 Jan 2017 12:18:25 +0000 (+0000) Subject: winbind: Fix a typo X-Git-Tag: samba-4.6.0rc1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb35afacc145914478bc94bba9cbab6220b4f7ff;p=thirdparty%2Fsamba.git winbind: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Uri Simchoni Reviewed-by: Andreas Schneider Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Wed Jan 4 16:10:32 CET 2017 on sn-devel-144 --- diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c index 0b8a9aa86a7..d92c050ee70 100644 --- a/source3/winbindd/winbindd_cache.c +++ b/source3/winbindd/winbindd_cache.c @@ -3801,7 +3801,7 @@ static int validate_nss_na(TALLOC_CTX *mem_ctx, const char *keystr, if (!(state->success)) { return 1; } - DEBUG(10,("validate_pwinfo: %s ok\n", keystr)); + DBG_DEBUG("%s ok\n", keystr); return 0; }