Fix log characters
[platform/core/uifw/tts.git] / server / ttse.c
index 44b61c1..0e8ee96 100755 (executable)
@@ -105,8 +105,7 @@ int ttse_main(int argc, char** argv, ttse_request_callback_s *callback)
                SLOG(LOG_WARN, tts_tag(), "[WARNING] Fail to initialize network");
        }
 
-       SLOG(LOG_DEBUG, tts_tag(), "====");
-       SLOG(LOG_DEBUG, tts_tag(), "");
+       SLOG(LOG_DEBUG, tts_tag(), "@@@");
 
        return TTSE_ERROR_NONE;
 }
@@ -204,4 +203,4 @@ int ttse_set_private_data_requested_cb(ttse_private_data_requested_cb callback_f
        }
 
        return ret;
-}
\ No newline at end of file
+}