Building config from DDVC but no values are present...

This commit is contained in:
Heath Volmer
2018-02-02 15:53:26 -07:00
parent 645816c75f
commit f98a429b55
2 changed files with 1 additions and 1 deletions

View File

@@ -337,7 +337,7 @@ namespace PepperDash.Essentials.Room.Cotija
co.SourceLists.Add("default", newSl);
Debug.Console(0, this, "******* CONFIG FROM DDVC: \r", JsonConvert.SerializeObject(ConfigReader.ConfigObject, Formatting.Indented));
Debug.Console(0, this, "******* CONFIG FROM DDVC: \r{0}", JsonConvert.SerializeObject(ConfigReader.ConfigObject, Formatting.Indented));
ConfigIsLoaded = true;