s3:dbwrap_watch: let dbwrap_watched_watch_state_destructor() use DBG_WARNING()
authorStefan Metzmacher <metze@samba.org>
Sun, 26 Jun 2022 12:57:06 +0000 (12:57 +0000)
committerRalph Boehme <slow@samba.org>
Tue, 26 Jul 2022 13:40:33 +0000 (13:40 +0000)
commite06413c2ba5a27607a03d7c009c66c1e7a187105
treeb0fdf3055dbe14ffbcb5ba0f4df063987551165a
parent0d4cb5a641e1fea2d369bdc66470a580321366c2
s3:dbwrap_watch: let dbwrap_watched_watch_state_destructor() use DBG_WARNING()

When we (need) to ignore an error from dbwrap_do_locked() within
dbwrap_watched_watch_state_destructor(), we better print this
with log level 1 instead of 10.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/lib/dbwrap/dbwrap_watch.c