MT#19053 bin/update_peer_host.pl: fix error message

> Use of uninitialized value in concatenation (.) or string at ./bin/update_peer_host.pl line 76.

Change-Id: I121658d110d1deaa19e0e6407d5a45aa586b13ea
changes/67/5867/1
Victor Seva 10 years ago
parent 81fc94a4ec
commit 7267cba42a

@ -73,7 +73,7 @@ sub do_update {
die("Can't get peer data");
}
} else {
die("peer $_->{name} not found");
die("peer $ARGV[0] not found");
}
return;
}

Loading…
Cancel
Save