mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Make store detection logs Information
instead of Debug
This commit is contained in:
parent
4bfce0e418
commit
11859d2304
@ -111,7 +111,7 @@ public class GameLocator : IGameLocator
|
|||||||
}
|
}
|
||||||
|
|
||||||
paths[id] = path;
|
paths[id] = path;
|
||||||
_logger.LogDebug("Found {Game}", game);
|
_logger.LogInformation("Found {Game}", game);
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user