From f2643f26518c26bfc135973a6d33d7ac8d9700fc Mon Sep 17 00:00:00 2001 From: Agnelo Vaz Date: Fri, 25 Jul 2014 16:57:17 +0100 Subject: [PATCH] [Font] Removing Error message which is not actually an error but desired behaviour. Change-Id: I68fd141b7036cb71aa9042104ec2c0169024e2ff Signed-off-by: Agnelo Vaz --- dali/internal/event/text/font-metrics.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/dali/internal/event/text/font-metrics.cpp b/dali/internal/event/text/font-metrics.cpp index 71b9f08..7541eb0 100644 --- a/dali/internal/event/text/font-metrics.cpp +++ b/dali/internal/event/text/font-metrics.cpp @@ -368,8 +368,6 @@ void FontMetrics::CheckMetricsLoaded() { // Create a new one WriteGlobalMetricsToCache(); - - DALI_LOG_ERROR("metrics cache corrupted or older version found. New cache created. \n"); } mMetricsLoaded = true; -- 2.7.4