style?: add extra logging
This commit is contained in:
@@ -159,10 +159,12 @@ class Dumper
|
|||||||
if (_dataPak == null || _provider == null)
|
if (_dataPak == null || _provider == null)
|
||||||
throw new InvalidOperationException("Attempted to call dump function without dumper initialization");
|
throw new InvalidOperationException("Attempted to call dump function without dumper initialization");
|
||||||
|
|
||||||
|
_log.Info("Dumping character icons");
|
||||||
|
|
||||||
foreach (CharacterInfo info in _characterMap.Values)
|
foreach (CharacterInfo info in _characterMap.Values)
|
||||||
{
|
|
||||||
ExportIcon(info.iconFilePath, "/character-icons/");
|
ExportIcon(info.iconFilePath, "/character-icons/");
|
||||||
}
|
|
||||||
|
_log.Info("Dumped all character icons");
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user