From 765641aba99d56663bd0110c7d613d045f434b80 Mon Sep 17 00:00:00 2001 From: "sh.pi" Date: Fri, 10 May 2013 15:15:49 +0900 Subject: [PATCH] Change wrong error logs of display. Change-Id: Id41a98a02e190383aae37509dd891b7e38e47e92 Signed-off-by: Krzysztof Sasiak --- src/display/llinterface.c | 2 +- src/display/poll.c | 2 +- src/display/x-lcd-on.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/display/llinterface.c b/src/display/llinterface.c index 5dd6352..cb6a2c5 100644 --- a/src/display/llinterface.c +++ b/src/display/llinterface.c @@ -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; } diff --git a/src/display/poll.c b/src/display/poll.c index de48a86..0fe28a5 100644 --- a/src/display/poll.c +++ b/src/display/poll.c @@ -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; } diff --git a/src/display/x-lcd-on.c b/src/display/x-lcd-on.c index c78a473..ba32b3d 100644 --- a/src/display/x-lcd-on.c +++ b/src/display/x-lcd-on.c @@ -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); -- 2.7.4