]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hardlink: Use macro for verbose output
authorKarel Zak <kzak@redhat.com>
Tue, 29 Apr 2025 09:49:23 +0000 (11:49 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 19 Jun 2025 08:28:45 +0000 (10:28 +0200)
commit68cbde108e25ae2cb40ff60ef8670b22d385374d
tree73567818f0359e19f3524fea2d90c0e7e767902f
parent4288a28d35f77e3238735a1431206ed909e13ae8
hardlink: Use macro for verbose output

Now that jlog() is a function, all gettext() arguments are evaluated
in all cases, including when output is unnecessary due to --quiet or
low verbose mode.

Fixes: https://github.com/util-linux/util-linux/issues/3548
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit 5a2600c55f278c1252708cb3bdede92e27ccd04e)
misc-utils/hardlink.c