mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 09:09:06 +00:00
Slightly more debug infoi around ssh lookups
This commit is contained in:
parent
4a1f0ed5fd
commit
d9b3de5d55
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue