diff --git a/xCAT-UI/lib/functions.php b/xCAT-UI/lib/functions.php index e68824de0..219483f9f 100644 --- a/xCAT-UI/lib/functions.php +++ b/xCAT-UI/lib/functions.php @@ -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 "
xCAT submit request socket error: $errno - $errstr
";