From af8fbe8517aa0d30efdb7ed03d37830aca7a2d66 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Thu, 6 Jul 2023 15:49:00 +1200 Subject: [PATCH] nmbd_become_lmb.c: Fix debug message formatting Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- source3/nmbd/nmbd_become_lmb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.3