pas2js: comment

This commit is contained in:
mattias 2021-09-19 16:55:12 +02:00
parent cc314e61a2
commit 0b5c8030e4

View File

@ -583,7 +583,9 @@ begin
exit;
Msg:=Format('(Proxy redirect) location: %s, Method: %s, From: %s, to: %s',[aLocation,aMethod,aFromURl,atoURL]);
if IsConsole then
{AllowWriteln}
Writeln(FormatDateTime('yyyy-mm-dd hh:nn:ss.zzz',Now),' [',etInfo,'] ',Msg)
{AllowWriteln-}
else
inherited DoLog(etInfo, Msg);
end;