Demoted buggy tilemap data warning to DEBUG level, because it tends to pop up in...
authorChristoph Sommer <mail@christoph-sommer.de>
Sun, 24 Jun 2007 10:19:26 +0000 (10:19 +0000)
committerChristoph Sommer <mail@christoph-sommer.de>
Sun, 24 Jun 2007 10:19:26 +0000 (10:19 +0000)
SVN-Revision: 5112

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;
   }