1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

winbindd_cache.c: move some some notice messages from ERR to NOTICE level

Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Björn Jacke 2023-06-28 12:00:49 +02:00 committed by Bjoern Jacke
parent 7f62b15cbd
commit 7395c11460

View File

@ -3585,10 +3585,10 @@ bool set_global_winbindd_state_offline(void)
};
int rc;
DBG_ERR("Offline requested\n");
DBG_NOTICE("Offline requested\n");
if (wcache == NULL || wcache->tdb == NULL) {
DBG_ERR("Winbind cache doesn't exist yet\n");
DBG_NOTICE("Winbind cache doesn't exist yet\n");
return false;
}