Skip to content

Commit 42f0dab

Browse files
committed
Update configuration error info
* ConfigurationLoader - small addition to show the configuration path and file details in the event of an error (assist configuration problems)
1 parent 7b44352 commit 42f0dab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

WhiteCore/Framework/Configuration/ConfigurationLoader.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ public IConfigSource LoadConfigSettings(IConfigSource argvSource)
281281
{
282282
Console.WriteLine(string.Format("[CONFIG]: Could not load any configuration"));
283283
Console.WriteLine(string.Format("[CONFIG]: Configuration possibly exists, but there was an error loading it!"));
284+
Console.WriteLine(string.Format("[CONFIG]: Configuration : " + mainIniDirectory+", "+mainIniFileName));
284285
throw new NotSupportedException();
285286
}
286287
// Make sure command line options take precedence

0 commit comments

Comments
 (0)