X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMoof%2FSettings.cc;h=5a321b01be9e53da843e43887d6def5029336a83;hb=64bd443538f57ad1bdff6c6b35953e72141129b2;hp=53cb850f5a6f1cc661057ca4c6f10d4e5a31b3b2;hpb=ca0f7bdfba63140dca0bd20586d31980f3938eb2;p=chaz%2Fyoink 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(); } }