From b2cb8fe644342278cd8db773c2e49125ef163663 Mon Sep 17 00:00:00 2001 From: Michal Rakowski Date: Mon, 7 Jun 2021 11:47:07 +0200 Subject: [PATCH] Make 'status client' print plugin version by default --- bacula/src/filed/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/filed/status.c b/bacula/src/filed/status.c index 91895f0d4..73ca49b6f 100644 --- a/bacula/src/filed/status.c +++ b/bacula/src/filed/status.c @@ -244,7 +244,7 @@ static void list_status_header(STATUS_PKT *sp) foreach_alist(plugin, b_plugin_list) { len = pm_strcat(msg, plugin->file); /* Print plugin version when debug activated */ - if (debug_level > 0 && plugin->pinfo) { + if (plugin->pinfo) { pInfo *info = (pInfo *)plugin->pinfo; pm_strcat(msg, "("); pm_strcat(msg, NPRT(info->plugin_version)); -- 2.47.3