Word Loading is repeated in the unit castledownload_asynchronous.inc in the procedure TCastleDownload.Start

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)]);