Console logging is now identical in all builds; warning and error show the console...
[supertux.git] / src / supertux / menu / contrib_menu.cpp
index 5b6ee41..34895b7 100644 (file)
@@ -56,7 +56,7 @@ ContribMenu::ContribMenu() :
     }
     catch(std::exception& e)
     {
-      log_warning << "Couldn't parse levelset info for '" << *it << "': " << e.what() << std::endl;
+      log_info << "Couldn't parse levelset info for '" << *it << "': " << e.what() << std::endl;
     }
   }