2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 04:36:36 +00:00

01_FHEMWEB.pm: fix %t in logFormat

git-svn-id: https://svn.fhem.de/fhem/trunk@22523 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2020-08-02 14:33:20 +00:00
parent 4dcb20dda2
commit 12b9f7d990

View File

@ -3514,7 +3514,7 @@ FW_log($$)
h=>$c->{PEER},
l=>"-",
u=>$c->{AuthenticatedUser} ? $c->{AuthenticatedUser} : "-",
t=>strftime("%d/%b/%Y:%H:%M:%S %z",@t),
t=>"[".strftime("%d/%b/%Y:%H:%M:%S %z",@t)."]",
r=>$arg,
">s"=>$rc,
b=>$length