Decrease log level for disabled trigger

This commit is contained in:
Laurent Destailleur 2014-05-13 10:36:01 +02:00
parent 69eaefc459
commit f918ae7e4f

View File

@ -123,7 +123,7 @@ class Interfaces
if (! $qualified) if (! $qualified)
{ {
dol_syslog(get_class($this)."::run_triggers action=".$action." Triggers for file '".$file."' need module to be enabled",LOG_INFO); dol_syslog(get_class($this)."::run_triggers action=".$action." Triggers for file '".$file."' need module to be enabled", LOG_DEBUG);
continue; continue;
} }