X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FSettings.cc;h=5a321b01be9e53da843e43887d6def5029336a83;hp=53cb850f5a6f1cc661057ca4c6f10d4e5a31b3b2;hb=892da43bf5796e7c5f593a6d0f53bd797a36bd3e;hpb=ca0f7bdfba63140dca0bd20586d31980f3938eb2 diff --git a/src/Moof/Settings.cc b/src/Moof/Settings.cc index 53cb850..5a321b0 100644 --- a/src/Moof/Settings.cc +++ b/src/Moof/Settings.cc @@ -78,7 +78,7 @@ void Settings::loadFromFiles(const std::vector& filePaths) { std::string str; script_[-1].get(str); - logWarning("running config file: %s", str.c_str()); + logScript("%s", str.c_str()); script_.clear(); } }