Demoted buggy tilemap data warning to DEBUG level, because it tends to pop up in...
[supertux.git] / src / worldmap / tux.cpp
index 0aa3c21..b4ea3f7 100644 (file)
@@ -252,7 +252,7 @@ Tux::tryContinueWalking(float elapsed_time)
 
   Vector next_tile;
   if (!worldmap->path_ok(direction, tile_pos, &next_tile)) {
-    log_warning << "Tilemap data is buggy" << std::endl;
+    log_debug << "Tilemap data is buggy" << std::endl;
     stop();
     return;
   }