From bf4bdd5ef62956e5291d0d40fce616fbed14e88c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 21 Apr 2005 18:22:00 +0000 Subject: [PATCH] =?UTF-8?q?New:=20Possibilit=E9=20de=20logguer=20dans=20un?= =?UTF-8?q?=20fichier=20plutot=20que=20syslog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 263afb985b8..34f90fd963f 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -76,7 +76,7 @@ else if ($result) { // Authentification Auth OK, on va chercher les infos du user - dolibarr_syslog ("auth demarre va chercher les infos du user"); + dolibarr_syslog ("Authentification ok pour $dolibarr_main_db_user"); $user->fetch($aDol->getUsername()); } else