mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
Remove trailing spaces in file xCAT-server/lib/xcat/plugins/zzzdiscovery.pm
This commit is contained in:
parent
656e0a7d68
commit
a9e7b2be42
@ -38,7 +38,7 @@ sub process_request {
|
||||
#notify the client that its request is been processing
|
||||
my $ret=xCAT::NetworkUtils->send_tcp_msg($client_ip,3001,"processed");
|
||||
if($ret){
|
||||
xCAT::MsgUtils->message("S", "xcat.discovery.zzzdiscovery: Failed to notify $client_ip that its findme request has been processed");
|
||||
xCAT::MsgUtils->message("S", "xcat.discovery.zzzdiscovery: Failed to notify $client_ip that its findme request has been processed");
|
||||
}
|
||||
}else{
|
||||
xCAT::MsgUtils->message("S", "xcat.discovery.zzzdiscovery: ($req->{_xcat_clientmac}->[0]) Successfully discovered the node using $req->{discoverymethod}->[0] discovery method.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user