winbind: remove duplicate debug message for failing messaging_init().
authorMichael Adam <obnox@samba.org>
Tue, 24 Jun 2008 10:34:49 +0000 (12:34 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 26 Jun 2008 10:31:10 +0000 (12:31 +0200)
Leave the message inside winbind_messaging_context() for now.
There might be callers, where this debug message could prove useful...

Michael
(This used to be commit e9177ec56a8fe596d6fcfc4a95df87e39f757818)

source3/winbindd/winbindd.c

index 00951a609e65a743c91b47951c9ea1866e00427f..ec3bf68e2afb60252772a1db80e371d7f43586e0 100644 (file)
@@ -1131,7 +1131,6 @@ int main(int argc, char **argv, char **envp)
        /* Initialise messaging system */
 
        if (winbind_messaging_context() == NULL) {
-               DEBUG(0, ("unable to initialize messaging system\n"));
                exit(1);
        }