2
0
forked from Wavyzz/dolibarr

Fix: Pb affichage log install

This commit is contained in:
Laurent Destailleur
2007-10-09 23:28:27 +00:00
parent b1c721ca4e
commit d74fc064b2
3 changed files with 11 additions and 11 deletions

View File

@@ -170,7 +170,7 @@ function sanitize_string($str)
fautes de protection m<>moire. Pour r<>soudre, utiliser le loggage fichier,
au lieu du loggage syslog (configuration du module).
Si SYSLOG_FILE_NO_ERROR d<>fini, on ne g<>re pas erreur ecriture log
\remarks On windows LOG_ERROR=4, LOG_WARNING=5, LOG_NOTICE=LOG_DEBUG=6
\remarks On windows LOG_ERROR=4, LOG_WARNING=5, LOG_NOTICE=LOG_DEBUG=LOG_INFO=6
*/
function dolibarr_syslog($message, $level=LOG_INFO)
{