mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Change log level to verbose
This commit is contained in:
parent
f38aacf7bf
commit
6bd84bef83
@ -502,7 +502,7 @@ namespace NewHorizons
|
||||
|
||||
if(systemFiles.Length == 0)
|
||||
{
|
||||
Logger.LogWarning($"Found no JSON files in systems folder: {systemsFolder}");
|
||||
Logger.LogVerbose($"Found no JSON files in systems folder: {systemsFolder}");
|
||||
}
|
||||
|
||||
foreach (var file in systemFiles)
|
||||
@ -546,7 +546,7 @@ namespace NewHorizons
|
||||
|
||||
if(planetFiles.Length == 0)
|
||||
{
|
||||
Logger.LogWarning($"Found no JSON files in planets folder: {planetsFolder}");
|
||||
Logger.LogVerbose($"Found no JSON files in planets folder: {planetsFolder}");
|
||||
}
|
||||
|
||||
foreach (var file in planetFiles)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user