From: Jihoon Kim Date: Thu, 8 Feb 2018 05:14:13 +0000 (+0900) Subject: Fix typo in log X-Git-Tag: accepted/tizen/unified/20180228.071746~8^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07c58373ab34e4992c76f5575737a082af12326a;hp=35a108fcaaace1f11f521055e92fcbd1021ec648;p=platform%2Fcore%2Fuifw%2Fvoice-control.git Fix typo in log Change-Id: I75166ed67d73e2a7cc3d3351adc985a85630697f Signed-off-by: Jihoon Kim --- diff --git a/server/vcd_dbus.c b/server/vcd_dbus.c index 325aaf3..a60006a 100755 --- a/server/vcd_dbus.c +++ b/server/vcd_dbus.c @@ -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); }