mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Add debug log with game location
This commit is contained in:
parent
e6bc17cc8b
commit
aac446c76e
@ -92,6 +92,7 @@ public class GameLocator : IGameLocator
|
||||
if (path.DirectoryExists())
|
||||
{
|
||||
paths[getId(game)] = path;
|
||||
_logger.LogDebug("Found Game {} at {}", game, path);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user