Fix typo in log 60/170060/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 8 Feb 2018 05:14:13 +0000 (14:14 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 13 Feb 2018 06:14:04 +0000 (15:14 +0900)
Change-Id: I75166ed67d73e2a7cc3d3351adc985a85630697f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
server/vcd_dbus.c

index 325aaf3..a60006a 100755 (executable)
@@ -502,7 +502,7 @@ int vcdc_send_service_state(vcd_state_e state)
                SLOG(LOG_ERROR, TAG_VCD, "[Dbus ERROR] Fail to Send");
                return VCD_ERROR_OPERATION_FAILED;
        } else {
-               SLOG(LOG_DEBUG, TAG_VCD, "@@ Send serive state message to manager : state(%d)", state);
+               SLOG(LOG_DEBUG, TAG_VCD, "@@ Send service state message to manager : state(%d)", state);
                dbus_connection_flush(g_conn_sender);
        }
 
@@ -527,7 +527,7 @@ int vcdc_send_service_state(vcd_state_e state)
                SLOG(LOG_ERROR, TAG_VCD, "[Dbus ERROR] Fail to Send");
                return VCD_ERROR_OPERATION_FAILED;
        } else {
-               SLOG(LOG_DEBUG, TAG_VCD, "@@ Send serive state message to client : state(%d)", state);
+               SLOG(LOG_DEBUG, TAG_VCD, "@@ Send service state message to client : state(%d)", state);
                dbus_connection_flush(g_conn_sender);
        }
 
@@ -552,7 +552,7 @@ int vcdc_send_service_state(vcd_state_e state)
                SLOG(LOG_ERROR, TAG_VCD, "[Dbus ERROR] Fail to Send");
                return VCD_ERROR_OPERATION_FAILED;
        } else {
-               SLOG(LOG_DEBUG, TAG_VCD, "@@ Send serive state message to widget client : state(%d)", state);
+               SLOG(LOG_DEBUG, TAG_VCD, "@@ Send service state message to widget client : state(%d)", state);
                dbus_connection_flush(g_conn_sender);
        }