From: Kern Sibbald Date: Tue, 20 Jul 2010 17:15:33 +0000 (+0200) Subject: Tweak add sm_dump comments in debug code X-Git-Tag: Release-5.2.1~1207 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9f7bc37422d1e532f04c4ee987f47a2562c2aab1;p=bacula%2Fbacula Tweak add sm_dump comments in debug code --- 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; }