Hellow
whene use LogAllLoading and load Something i have log like this
Loading: Loading “file …”
word Loading is repeated
castledownload_asynchronous.inc at TCastleDownload.Start
if LogAllLoading then
WritelnLog('Loading', 'Loading "%s"', [UriDisplay(FFinalUrl)]);
I think the second word Loading is unnecessary
if LogAllLoading then
WritelnLog('Loading', '"%s"', [UriDisplay(FFinalUrl)]);