Slightly more debug infoi around ssh lookups

This commit is contained in:
Duncan Ferguson 2017-08-04 07:52:10 +01:00
parent 4a1f0ed5fd
commit d9b3de5d55

View file

@ -309,9 +309,11 @@ sub check_ssh_hostname {
$self->get_hostname );
if ( $ssh_hostname_for{ $self->get_hostname } ) {
$self->debug( 5, 'Found' );
return 1;
}
else {
$self->debug( 5, 'Not found' );
return 0;
}
}