mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 09:09:19 +02:00
pas2js: comment
This commit is contained in:
parent
cc314e61a2
commit
0b5c8030e4
@ -583,7 +583,9 @@ begin
|
|||||||
exit;
|
exit;
|
||||||
Msg:=Format('(Proxy redirect) location: %s, Method: %s, From: %s, to: %s',[aLocation,aMethod,aFromURl,atoURL]);
|
Msg:=Format('(Proxy redirect) location: %s, Method: %s, From: %s, to: %s',[aLocation,aMethod,aFromURl,atoURL]);
|
||||||
if IsConsole then
|
if IsConsole then
|
||||||
|
{AllowWriteln}
|
||||||
Writeln(FormatDateTime('yyyy-mm-dd hh:nn:ss.zzz',Now),' [',etInfo,'] ',Msg)
|
Writeln(FormatDateTime('yyyy-mm-dd hh:nn:ss.zzz',Now),' [',etInfo,'] ',Msg)
|
||||||
|
{AllowWriteln-}
|
||||||
else
|
else
|
||||||
inherited DoLog(etInfo, Msg);
|
inherited DoLog(etInfo, Msg);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user