Removed log for response to ajax request.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8156 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2010-11-12 20:14:31 +00:00
parent 12db09f18c
commit 497ef11472

View File

@ -108,7 +108,7 @@ function submit_request($req, $skipVerify){
}
} // End of while(!feof($fp))
syslog(LOG_INFO, "($cmd $nr) Response: $response");
syslog(LOG_INFO, "($cmd $nr) Sending response");
fclose($fp);
} else {
echo "<p>xCAT submit request socket error: $errno - $errstr</p>";