mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add logging statement for invalid path
This commit is contained in:
@@ -114,6 +114,10 @@ namespace SabreTools.DatTools
|
||||
|
||||
_staticLogger.User(totalCount, totalCount, basePath);
|
||||
}
|
||||
else
|
||||
{
|
||||
_staticLogger.Verbose($"Invalid path found: {basePath}");
|
||||
}
|
||||
|
||||
watch.Stop();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user