marsadm: decrease speakiness of info messages

This commit is contained in:
Thomas Schoebel-Theuer 2020-07-15 17:28:27 +02:00
parent fd689d0bd2
commit 752ed6397f

View File

@ -6488,13 +6488,13 @@ my %complex_macros =
. "}"
. "%let{infs}{%the-inf-count{}}"
. "%if{%and{%{verbose}}{%{infs}}}{"
. "%if{%and{%>={%{verbose}}{2}}{%{infs}}}{"
. "INFOS LNK (%{infs}):\n"
. "%the-pretty-inf-msg{}"
. "}"
. "%let{status_msg}{%get-log-status-{}}"
. "%if{%and{%{verbose}}{%{status_msg}}}{"
. "%if{%and{%>={%{verbose}}{2}}{%{status_msg}}}{"
. "STATUS FILE:\n%{status_msg}"
. "}",