From 9f7bc37422d1e532f04c4ee987f47a2562c2aab1 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 20 Jul 2010 19:15:33 +0200 Subject: [PATCH] Tweak add sm_dump comments in debug code --- bacula/src/filed/fd_plugins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/filed/fd_plugins.c b/bacula/src/filed/fd_plugins.c index 044901c748..3b372c9b17 100644 --- a/bacula/src/filed/fd_plugins.c +++ b/bacula/src/filed/fd_plugins.c @@ -1278,7 +1278,7 @@ int main(int argc, char *argv[]) Dmsg0(dbglvl, "bacula: OK ...\n"); close_memory_pool(); - sm_dump(false); + sm_dump(false); /* unit test */ return 0; } -- 2.39.5