mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
make log message make a bit more sense
This commit is contained in:
parent
3cd229bc23
commit
dddb7f09f3
@ -149,7 +149,7 @@ namespace ConformalDecals {
|
|||||||
|
|
||||||
if (configs.Length > 0) {
|
if (configs.Length > 0) {
|
||||||
foreach (var config in configs) {
|
foreach (var config in configs) {
|
||||||
Logging.Log($"loading config file '{config.url}'");
|
Logging.Log($"loading config node '{config.url}'");
|
||||||
ParseConfig(config.config);
|
ParseConfig(config.config);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user