1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

lower the loglevel for the message that a client has attached to a persistent database

(This used to be ctdb commit 2027cf3881ba890648c543bacbfd5b06464efc10)
This commit is contained in:
Ronnie Sahlberg 2009-12-02 14:53:21 +11:00
parent fab11acc65
commit e56c5b2a67

View File

@ -423,7 +423,7 @@ int ctdb_attach_persistent(struct ctdb_context *ctdb)
talloc_free(s);
return -1;
}
DEBUG(DEBUG_NOTICE,("Attached to persistent database %s\n", s));
DEBUG(DEBUG_INFO,("Attached to persistent database %s\n", s));
talloc_free(s);
}