summaryrefslogtreecommitdiffstats
path: root/source/Tracer.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-24 22:48:19 +0200
committermadmaxoft <github@xoft.cz>2013-08-24 22:48:19 +0200
commitf3ab7d1873081d07cf5a451430b077d148697b09 (patch)
tree1b5833e17e106f13ec0d9ea639490529a09d0b33 /source/Tracer.cpp
parentLifted the debugging 1 GiB RAM limit in LeakFinder to 1.5 GiB (diff)
downloadcuberite-f3ab7d1873081d07cf5a451430b077d148697b09.tar
cuberite-f3ab7d1873081d07cf5a451430b077d148697b09.tar.gz
cuberite-f3ab7d1873081d07cf5a451430b077d148697b09.tar.bz2
cuberite-f3ab7d1873081d07cf5a451430b077d148697b09.tar.lz
cuberite-f3ab7d1873081d07cf5a451430b077d148697b09.tar.xz
cuberite-f3ab7d1873081d07cf5a451430b077d148697b09.tar.zst
cuberite-f3ab7d1873081d07cf5a451430b077d148697b09.zip
Diffstat (limited to 'source/Tracer.cpp')
-rw-r--r--source/Tracer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Tracer.cpp b/source/Tracer.cpp
index 0f756756a..42f1ae5dd 100644
--- a/source/Tracer.cpp
+++ b/source/Tracer.cpp
@@ -135,7 +135,7 @@ int cTracer::Trace( const Vector3f & a_Start, const Vector3f & a_Direction, int
{
if ((a_Start.y < 0) || (a_Start.y >= cChunkDef::Height))
{
- LOGD("%s: Start Y is outside the world (%d), not tracing.", __FUNCTION__, a_Start.y);
+ LOGD("%s: Start Y is outside the world (%.2f), not tracing.", __FUNCTION__, a_Start.y);
return 0;
}