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+");