Fix comment build warning from WidgetApplication 87/154987/1
authorHyunho Kang <hhstark.kang@samsung.com>
Wed, 11 Oct 2017 13:41:16 +0000 (22:41 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Wed, 11 Oct 2017 13:42:18 +0000 (22:42 +0900)
Change-Id: Ib80f7ed579b64fd19ae4d812af2ce65ef3f7594f
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
src/Tizen.Applications.WidgetApplication/Tizen.Applications/WidgetBase.cs

index 663933f..5aa1872 100755 (executable)
@@ -26,7 +26,7 @@ namespace Tizen.Applications
     {
         internal IntPtr Handle;
         internal string Id;
-        protected static readonly string LogTag = typeof(WidgetBase).Namespace;
+        private const string LogTag = "Tizen.Applications.WidgetBase";
 
         /// <summary>
         /// Window object for this widget instance.