Whamcloud - gitweb
LU-19098 hsm: don't print progname twice with lhsmtool master-next
authorAurelien Degremont <adegremont@nvidia.com>
Tue, 28 Jan 2025 14:08:07 +0000 (15:08 +0100)
committerOleg Drokin <green@linuxhacker.ru>
Tue, 17 Jun 2025 05:13:18 +0000 (01:13 -0400)
commita4438e98853599f42a63074724846a55770dcfa1
treeeb83fba79fe5bec23f2f3e10714d637a90231bd5
parent9dc516377b1757f850d66a3c085bb82d96e71af5
LU-19098 hsm: don't print progname twice with lhsmtool

Since Lustre 2.11, log message from llapi_error() prefixes
the message with the current program short name. There is no
more a need for lhsmtool_posix log fonctions (CT_xxxx) to also
do the same.

Remove the duplicate prog name and cmd_name.

Test-Parameters: trivial testlist=sanity-hsm
Signed-off-by: Aurelien Degremont <adegremont@nvidia.com>
Change-Id: I4ebdf01cd00d1544678cbad066e2c3a79ecfda38
lustre/utils/lhsmtool_posix.c