X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fcommon%2Fstage-impl.cpp;h=aea8308169473dc59b235f97ef36d3eb1987d2da;hb=2b10280985738c74efa2aa0fb956a837c69acee6;hp=fe95c3e5ec88a97975bf1c98277d1b3d351f76f7;hpb=6a1344d8b5d192ea54b7f9912357a627514b0dec;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/common/stage-impl.cpp b/dali/internal/event/common/stage-impl.cpp index fe95c3e..aea8308 100644 --- a/dali/internal/event/common/stage-impl.cpp +++ b/dali/internal/event/common/stage-impl.cpp @@ -412,7 +412,7 @@ void Stage::SetStereoBase( float stereoBase ) { if( ! Equals( mStereoBase, stereoBase ) ) { - DALI_LOG_INFO( Debug::Filter::gActor, Debug::Concise, "old( %.2f) new(%.2f)", mStereoBase, stereoBase ); + DALI_LOG_INFO( Debug::Filter::gActor, Debug::Concise, "old( %.2f) new(%.2f)\n", mStereoBase, stereoBase ); mStereoBase = stereoBase; switch( mViewMode ) @@ -572,7 +572,7 @@ Dali::Stage::EventProcessingFinishedSignalType& Stage::EventProcessingFinishedSi Dali::Stage::TouchedSignalType& Stage::TouchedSignal() { - DALI_LOG_WARNING( "Deprecated. Use TouchSignal() instead." ); + DALI_LOG_WARNING( "Deprecated. Use TouchSignal() instead.\n" ); return mTouchedSignal; }