make log message make a bit more sense

hotfix
Andrew Cassidy 2 years ago
parent 3cd229bc23
commit dddb7f09f3

@ -149,7 +149,7 @@ namespace ConformalDecals {
if (configs.Length > 0) {
foreach (var config in configs) {
Logging.Log($"loading config file '{config.url}'");
Logging.Log($"loading config node '{config.url}'");
ParseConfig(config.config);
}
}

Loading…
Cancel
Save