Valider 9bcac791 rédigé par marcimat's avatar marcimat
Parcourir les fichiers

Warning-- sur un log encore… ça m’agace. Dans le doute, on teste tout…

parent 4ff91e14
Chargement en cours
Chargement en cours
Chargement en cours
Chargement en cours
+13 −8
Numéro de ligne d'origine Numéro de ligne de diff Ligne de diff
@@ -210,13 +210,18 @@ function cache_cool_process($force=false){
			AND $args = array_shift($GLOBALS['cache_cool_queue'])
		) {
			spip_log(
				"calcul en fin de hit public_produire_page($args[0]," 
				. (is_array($args[1]) ? 'Array' : (string) $args[1])
				. ",$args[2],$args[3],"
				. (is_array($args[4]) ? 'Array' : (string) $args[4])
				. ","
				. (is_array($args[5]) ? 'Array' : (string) $args[5])
				. ",$args[6],$args[7],$args[8],$args[9])",
				"calcul en fin de hit public_produire_page("
				. (is_array($args[0]) ? 'Array' : (string) $args[0]) . ','
				. (is_array($args[1]) ? 'Array' : (string) $args[1]) . ','
				. (is_array($args[2]) ? 'Array' : (string) $args[2]) . ','
				. (is_array($args[3]) ? 'Array' : (string) $args[3]) . ','
				. (is_array($args[4]) ? 'Array' : (string) $args[4]) . ','
				. (is_array($args[5]) ? 'Array' : (string) $args[5]) . ','
				. (is_array($args[6]) ? 'Array' : (string) $args[6]) . ','
				. (is_array($args[7]) ? 'Array' : (string) $args[7]) . ','
				. (is_array($args[8]) ? 'Array' : (string) $args[8]) . ','
				. (is_array($args[9]) ? 'Array' : (string) $args[9]) 
				. ')',
				'cachecool' . _LOG_DEBUG
			);
			public_produire_page($args[0],$args[1],$args[2],$args[3],$args[4],$args[5],$args[6],$args[7],$args[8],$args[9]);