From: Joseph Sutton Date: Thu, 6 Jul 2023 03:49:00 +0000 (+1200) Subject: nmbd_become_lmb.c: Fix debug message formatting X-Git-Tag: tevent-0.16.0~1224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af8fbe8517aa0d30efdb7ed03d37830aca7a2d66;p=thirdparty%2Fsamba.git nmbd_become_lmb.c: Fix debug message formatting Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source3/nmbd/nmbd_become_lmb.c b/source3/nmbd/nmbd_become_lmb.c index 7fea757e6f4..0761f1aafe1 100644 --- a/source3/nmbd/nmbd_become_lmb.c +++ b/source3/nmbd/nmbd_become_lmb.c @@ -437,7 +437,7 @@ static void become_local_master_stage1(struct subnet_record *subrec, if(!work) { DBG_WARNING("become_local_master_stage1: Error - cannot find \ - %s on subnet %s\n", work_name, subrec->subnet_name); +%s on subnet %s\n", work_name, subrec->subnet_name); return; }