summaryrefslogtreecommitdiffstats
path: root/source/cPiston.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cPiston.h')
-rw-r--r--source/cPiston.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/cPiston.h b/source/cPiston.h
index d74f0c0a4..d52b92b3d 100644
--- a/source/cPiston.h
+++ b/source/cPiston.h
@@ -20,8 +20,8 @@ public:
static char RotationPitchToMetaData( float a_Rotation, float a_Pitch )
{
- LOG("pre:a_Rotation %f \n",a_Rotation);
- LOG("a_Pitch %f \n",a_Pitch);
+ LOGD("pre:a_Rotation %f \n",a_Rotation);
+ LOGD("a_Pitch %f \n",a_Pitch);
if (a_Pitch >= 50.f ){
return 0x1;