summaryrefslogtreecommitdiff
path: root/src/controller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/controller.cpp')
-rw-r--r--src/controller.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controller.cpp b/src/controller.cpp
index b70e17e8..a243006c 100644
--- a/src/controller.cpp
+++ b/src/controller.cpp
@@ -36,8 +36,8 @@ void Controlled::update()
setDestination(randomPos);
mCountDown = 10 + rand() % 10;
- LOG_INFO("Setting new random destination " << randomPos.x << ","
- << randomPos.y << " for being " << getPublicID(), 2);
+ LOG_DEBUG("Setting new random destination " << randomPos.x << ","
+ << randomPos.y << " for being " << getPublicID());
}
else
{