From 9e222078a9ccefc67d79e1e55fe62deec3432e5f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 17 Apr 2024 12:20:36 +0200 Subject: [PATCH] storage migrate: tiny line reduction Signed-off-by: Thomas Lamprecht --- src/PVE/Storage.pm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/PVE/Storage.pm b/src/PVE/Storage.pm index ade4523..1dc79ae 100755 --- a/src/PVE/Storage.pm +++ b/src/PVE/Storage.pm @@ -851,9 +851,7 @@ sub storage_migrate { eval { if ($insecure) { - my $ip; - my $port; - my $socket; + my ($ip, $port, $socket); my $send_error; my $handle_insecure_migration = sub { @@ -899,7 +897,6 @@ sub storage_migrate { outfunc => $handle_insecure_migration, errfunc => sub { my $line = shift; - $match_volid_and_log->("[$target_sshinfo->{name}] $line"); }, );