pbs: run_raw_client_cmd: fix typo, and drop repetive info
It would be s/bps/pbs/ but as we already have "proxmox-backup-client" included in the log through the executable name, so it should be clear that this is a PBS command - so drop that part entirely. Now using: > run: /usr/bin/proxmox-backup-client ... Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -128,7 +128,7 @@ sub run_raw_client_cmd {
|
|||||||
local $ENV{PROXMOX_OUTPUT_NO_HEADER} = 1;
|
local $ENV{PROXMOX_OUTPUT_NO_HEADER} = 1;
|
||||||
|
|
||||||
if (my $logfunc = $opts{logfunc}) {
|
if (my $logfunc = $opts{logfunc}) {
|
||||||
$logfunc->("run bps command: " . join(' ', @$cmd));
|
$logfunc->("run: " . join(' ', @$cmd));
|
||||||
}
|
}
|
||||||
|
|
||||||
run_command($cmd, %opts);
|
run_command($cmd, %opts);
|
||||||
|
|||||||
Reference in New Issue
Block a user