From 497ef114725ad954d280297fbffffb4fe357568d Mon Sep 17 00:00:00 2001 From: phamt Date: Fri, 12 Nov 2010 20:14:31 +0000 Subject: [PATCH] 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 --- xCAT-UI/lib/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

";