Fix comment build warning from WidgetControl 88/154988/1 preview1-00287
authorHyunho Kang <hhstark.kang@samsung.com>
Wed, 11 Oct 2017 13:43:41 +0000 (22:43 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Wed, 11 Oct 2017 13:43:41 +0000 (22:43 +0900)
Change-Id: Ia2aebb8d245e3335cee34079ee6427630ad19571
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
src/Tizen.Applications.WidgetControl/Tizen.Applications/WidgetControl.cs

index f8bbc41..c4beb30 100755 (executable)
@@ -26,7 +26,7 @@ namespace Tizen.Applications
     /// </summary>
     public class WidgetControl : IDisposable
     {
-        protected static readonly string LogTag = "WidgetControl";
+        private const string LogTag = "Tizen.Applications.WidgetControl";
         /// <summary>
         /// Class for the widget instance.
         /// </summary>