Fixed error msg when getpostscript.pm can not match node name, to show original name
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@14925 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -65,9 +65,10 @@ sub process_request | ||||
|       $client = $request->{'_xcat_clienthost'}->[0]; | ||||
|     } | ||||
|  | ||||
|     my $origclient = $client; | ||||
|     if ($client) { ($client) = noderange($client) }; | ||||
|     unless ($client) { #Not able to do identify the host in question | ||||
|        xCAT::MsgUtils->message("S","Received getpostscript from $client, which couldn't be correlated to a node (domain mismatch?)"); | ||||
|        xCAT::MsgUtils->message("S","Received getpostscript from $origclient, which couldn't be correlated to a node (domain mismatch?)"); | ||||
|       return; | ||||
|     } | ||||
|     my $state; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user