From e43f1cee7ba5c0f26f6ce9355f009d702c293ef6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 19 Oct 2015 10:52:46 +0200 Subject: [PATCH] Better error message --- htdocs/admin/modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php index 6530e41c3c1..b55830dff4d 100644 --- a/htdocs/admin/modules.php +++ b/htdocs/admin/modules.php @@ -141,7 +141,7 @@ foreach ($modulesdir as $dir) if (! $objMod->numero > 0) { - dol_syslog('a module descriptor must have a numero property', LOG_ERR); + dol_syslog('The module descriptor '.$modName.' must have a numero property', LOG_ERR); } $j = $objMod->numero;