We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b44352 commit 42f0dabCopy full SHA for 42f0dab
1 file changed
WhiteCore/Framework/Configuration/ConfigurationLoader.cs
@@ -281,6 +281,7 @@ public IConfigSource LoadConfigSettings(IConfigSource argvSource)
281
{
282
Console.WriteLine(string.Format("[CONFIG]: Could not load any configuration"));
283
Console.WriteLine(string.Format("[CONFIG]: Configuration possibly exists, but there was an error loading it!"));
284
+ Console.WriteLine(string.Format("[CONFIG]: Configuration : " + mainIniDirectory+", "+mainIniFileName));
285
throw new NotSupportedException();
286
}
287
// Make sure command line options take precedence
0 commit comments