[4.0] Change log level 06/166806/1
authorHeeyong Song <heeyong.song@samsung.com>
Fri, 12 Jan 2018 04:20:46 +0000 (13:20 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Fri, 12 Jan 2018 04:20:46 +0000 (13:20 +0900)
Change-Id: I5fcd5699c37af9df44fafa0a049952a0b5144e3d

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

index 4f663be..774e813 100644 (file)
@@ -502,7 +502,7 @@ struct Engine::Impl
 
       penX += glyph.advance;
 
-      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);
+      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);
     }
   }