From 3270f5dcbf8bfa83baa497e0ba6937e8596cc0be Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 7 Jul 2011 22:17:21 +0000 Subject: [PATCH] Fix: error code --- htdocs/lib/CSMSFile.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/lib/CSMSFile.class.php b/htdocs/lib/CSMSFile.class.php index b0b9b46eb74..4a78dcddf72 100755 --- a/htdocs/lib/CSMSFile.class.php +++ b/htdocs/lib/CSMSFile.class.php @@ -25,7 +25,7 @@ /** * \file htdocs/lib/CSMSFile.class.php * \brief File of class to send sms - * \version $Id: CSMSFile.class.php,v 1.4 2011/07/04 09:36:29 eldy Exp $ + * \version $Id: CSMSFile.class.php,v 1.5 2011/07/07 22:17:21 eldy Exp $ * \author Laurent Destailleur. */ @@ -140,7 +140,7 @@ class CSMSFile if ($res <= 0) { $this->error=$ovhsms->error; - dol_syslog("CSMSFile::sendfile: sms send error=".$this->error, LOG_ERROR); + dol_syslog("CSMSFile::sendfile: sms send error=".$this->error, LOG_ERR); } else {