[Title] Fix wrong enum name
authorhyunsik.noh <hyunsik.noh@samsung.com>
Wed, 23 Jan 2013 03:07:04 +0000 (12:07 +0900)
committerhyunsik.noh <hyunsik.noh@samsung.com>
Wed, 23 Jan 2013 03:07:04 +0000 (12:07 +0900)
[Type]
[Module]common
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I6ef891864edd4306f1d41ce5b8b05ce3af514bbd

org.tizen.common.connection/src/org/tizen/common/connection/log/LogTab.java

index 8810aa5..3c93918 100755 (executable)
@@ -580,7 +580,7 @@ public class LogTab
         // add the buffer index as data
         item.setData(msg);
 
-        if (msg.data.logLevel == LogLevel.Fatal)
+        if (msg.data.logLevel == LogLevel.FATAL)
         {
             item.setForeground(colors.fatalColor);
             item.setText(1, "Fatal");