mirror of
https://github.com/schoebel/mars
synced 2025-03-02 19:38:09 +00:00
marsadm: decrease speakiness of info messages
This commit is contained in:
parent
fd689d0bd2
commit
752ed6397f
@ -6488,13 +6488,13 @@ my %complex_macros =
|
|||||||
. "}"
|
. "}"
|
||||||
|
|
||||||
. "%let{infs}{%the-inf-count{}}"
|
. "%let{infs}{%the-inf-count{}}"
|
||||||
. "%if{%and{%{verbose}}{%{infs}}}{"
|
. "%if{%and{%>={%{verbose}}{2}}{%{infs}}}{"
|
||||||
. "INFOS LNK (%{infs}):\n"
|
. "INFOS LNK (%{infs}):\n"
|
||||||
. "%the-pretty-inf-msg{}"
|
. "%the-pretty-inf-msg{}"
|
||||||
. "}"
|
. "}"
|
||||||
|
|
||||||
. "%let{status_msg}{%get-log-status-{}}"
|
. "%let{status_msg}{%get-log-status-{}}"
|
||||||
. "%if{%and{%{verbose}}{%{status_msg}}}{"
|
. "%if{%and{%>={%{verbose}}{2}}{%{status_msg}}}{"
|
||||||
. "STATUS FILE:\n%{status_msg}"
|
. "STATUS FILE:\n%{status_msg}"
|
||||||
. "}",
|
. "}",
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user