Revert "[4.0] Change log level" 44/169644/1
authorhuiyu,eun <huiyu.eun@samsung.com>
Thu, 8 Feb 2018 05:56:07 +0000 (14:56 +0900)
committerhuiyu,eun <huiyu.eun@samsung.com>
Thu, 8 Feb 2018 06:01:22 +0000 (15:01 +0900)
This reverts commit e1f341a5289fa17760a2a0767866eaa02a7baab7.

Change-Id: Id441768a03ec89a2ff9a03517cc7454612b87cb1

dali-toolkit/internal/text/layouts/layout-engine.cpp

index 12867bc..e273049 100644 (file)
@@ -509,7 +509,7 @@ struct Engine::Impl
 
       penX += glyph.advance;
 
-      DALI_LOG_RELEASE_INFO("SetGlyphPositions: text: %s, GlyphIndex: %u, glyph.index: %u, glyph.xBearing: %f, glyph.advance: %f, position.x: %f, penX: %f\n", text.c_str(), i, glyph.index, glyph.xBearing, glyph.advance, position.x, penX);
+      DALI_LOG_ERROR("SetGlyphPositions: text: %s, GlyphIndex: %u, glyph.index: %u, glyph.xBearing: %f, glyph.advance: %f, position.x: %f, penX: %f\n", text.c_str(), i, glyph.index, glyph.xBearing, glyph.advance, position.x, penX);
     }
   }