s3:winbind: Fix a debug message
authorVolker Lendecke <vl@samba.org>
Sat, 3 Oct 2009 14:36:11 +0000 (16:36 +0200)
committerVolker Lendecke <vl@samba.org>
Sat, 3 Oct 2009 14:39:10 +0000 (16:39 +0200)
source3/winbindd/nss_info.c

index 382aa86df0d9f6ada034031cca01d08c2ececfa6..c2518dca947e9cc4bcf9cc58e7d39029c8795000 100644 (file)
@@ -259,8 +259,8 @@ static struct nss_domain_entry *find_nss_domain( const char *domain )
 
        status = nss_init( lp_winbind_nss_info() );
        if ( !NT_STATUS_IS_OK(status) ) {
-               DEBUG(4,("nss_get_info: Failed to init nss_info API (%s)!\n",
-                        nt_errstr(status)));
+               DEBUG(4,("find_nss_domain: Failed to init nss_info API "
+                        "(%s)!\n", nt_errstr(status)));
                return NULL;
        }