From 9669b66b6e04ad16c76e36e49edbd846a928e304 Mon Sep 17 00:00:00 2001 From: Cerdic <cedric@yterium.com> Date: Thu, 20 Jan 2011 07:41:34 +0000 Subject: [PATCH] ce log est un debug --- ecrire/inc/utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecrire/inc/utils.php b/ecrire/inc/utils.php index ca705b28ed..ff353982c0 100644 --- a/ecrire/inc/utils.php +++ b/ecrire/inc/utils.php @@ -463,7 +463,7 @@ function _L($text, $args=array(), $class=NULL) { } // Si des variables n'ont pas ete inserees, le signaler // (chaines de langues pas a jour) - if ($args) spip_log("$f: variables inutilisees " . join(', ', array_keys($args))); + if ($args) spip_log("$f: variables inutilisees " . join(', ', array_keys($args)),_LOG_DEBUG); } if ($GLOBALS['test_i18n'] AND $class===NULL) -- GitLab