From 9cfb0112864fa15760ef33082a8a8adf9f8d2d6c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 26 Apr 2010 23:01:19 +0000 Subject: [PATCH] Comment --- htdocs/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php index dd28382ca08..e2dfb4e1f11 100644 --- a/htdocs/lib/functions.lib.php +++ b/htdocs/lib/functions.lib.php @@ -261,7 +261,7 @@ function dol_syslog($message, $level=LOG_INFO) { $filelog=SYSLOG_FILE; $filelog=preg_replace('/DOL_DATA_ROOT/i',DOL_DATA_ROOT,$filelog); - //print $filelog; + //print "filelog=".$filelog."\n"; if (defined("SYSLOG_FILE_NO_ERROR")) $file=@fopen($filelog,"a+"); else $file=fopen($filelog,"a+");