Change wrong error logs of display. 26/14926/2
authorsh.pi <sh.pi@samsung.com>
Fri, 10 May 2013 06:15:49 +0000 (15:15 +0900)
committerKrzysztof Sasiak <k.sasiak@samsung.com>
Thu, 16 Jan 2014 10:38:46 +0000 (11:38 +0100)
Change-Id: Id41a98a02e190383aae37509dd891b7e38e47e92
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
src/display/llinterface.c
src/display/poll.c
src/display/x-lcd-on.c

index 5dd6352..cb6a2c5 100644 (file)
@@ -82,7 +82,7 @@ static int _bl_brt(PMSys *p, int brightness)
        /* Update device brightness */
        ret = device_set_property(DEVICE_TYPE_DISPLAY, cmd, brightness);
 
-       _E("set brightness %d, %d", brightness, ret);
+       _I("set brightness %d, %d", brightness, ret);
 
        return ret;
 }
index de48a86..0fe28a5 100644 (file)
@@ -421,7 +421,7 @@ void lcd_control_edbus_signal_handler(void *data, DBusMessage *msg)
        int timeout = -1;
 
        if (dbus_message_is_signal(msg, INTERFACE_NAME, SIGNAL_NAME_LCD_CONTROL) == 0) {
-               _E("there is lcd control signal");
+               _E("there is no lcd control signal");
                return;
        }
 
index c78a473..ba32b3d 100644 (file)
@@ -53,7 +53,7 @@ static int pm_x_set_lcd_backlight(struct _PMSys *p, int on)
        }
 
        if (pid == 0) {
-               _E("[1] Child proccess for LCD %d was created (%s)",
+               _I("[1] Child proccess for LCD %d was created (%s)",
                    on, cmd_line);
                execl("/usr/bin/xset", "/usr/bin/xset", "dpms", "force",
                    cmd_line, NULL);