mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +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:
parent
4dcb20dda2
commit
12b9f7d990
@ -3514,7 +3514,7 @@ FW_log($$)
|
|||||||
h=>$c->{PEER},
|
h=>$c->{PEER},
|
||||||
l=>"-",
|
l=>"-",
|
||||||
u=>$c->{AuthenticatedUser} ? $c->{AuthenticatedUser} : "-",
|
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,
|
r=>$arg,
|
||||||
">s"=>$rc,
|
">s"=>$rc,
|
||||||
b=>$length
|
b=>$length
|
||||||
|
Loading…
x
Reference in New Issue
Block a user