Revert "[4.0] Change log level" 46/169646/1
authorhuiyu,eun <huiyu.eun@samsung.com>
Thu, 8 Feb 2018 06:02:10 +0000 (15:02 +0900)
committerhuiyu,eun <huiyu.eun@samsung.com>
Thu, 8 Feb 2018 06:02:19 +0000 (15:02 +0900)
This reverts commit e1f341a5289fa17760a2a0767866eaa02a7baab7.

Change-Id: I862e13e9d2b814d1c8f1abec2253bafeed2cbd3a

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);
     }
   }