DTux
/
dtux__linky2mqtt
Archived
1
0
Fork 0

debugging lines suppressed

This commit is contained in:
daniel Tartavel 2022-01-15 10:57:21 +01:00
parent e08470856c
commit 922904935b
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ function logger($level, $log, $notif = false)
date_default_timezone_set('Europe/Paris');
if (! $logFh = fopen("/var/log/pws2mqtt.log", "w") )
if (! $logFh = fopen("/var/log/linky2mqtt.log", "w") )
{
echo _("error opening log file") . EOL;
}else