mirror of
git://git.proxmox.com/git/pve-storage.git
synced 2025-02-08 05:57:41 +03:00
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:
parent
d37729b95b
commit
e6d1edcb93
@ -128,7 +128,7 @@ sub run_raw_client_cmd {
|
||||
local $ENV{PROXMOX_OUTPUT_NO_HEADER} = 1;
|
||||
|
||||
if (my $logfunc = $opts{logfunc}) {
|
||||
$logfunc->("run bps command: " . join(' ', @$cmd));
|
||||
$logfunc->("run: " . join(' ', @$cmd));
|
||||
}
|
||||
|
||||
run_command($cmd, %opts);
|
||||
|
Loading…
x
Reference in New Issue
Block a user