Add ecore_shutdown to shut the ecore of ttse_main
[platform/core/uifw/tts.git] / server / ttsd_network.c
index dfc8263..748a345 100644 (file)
@@ -1,5 +1,5 @@
 /*
-*  Copyright (c) 2011-2014 Samsung Electronics Co., Ltd All Rights Reserved
+*  Copyright (c) 2011-2016 Samsung Electronics Co., Ltd All Rights Reserved
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
@@ -35,11 +35,11 @@ bool ttsd_network_is_connected()
        vconf_get_int(VCONFKEY_NETWORK_STATUS, &network_status);
 
        if (network_status == VCONFKEY_NETWORK_OFF) {
-               SLOG(LOG_WARN, get_tag(), "[Network] Current network connection is OFF.");
+               SLOG(LOG_WARN, tts_tag(), "[Network] Current network connection is OFF.");
                return false;
        }
 
-       SLOG(LOG_DEBUG, get_tag(), "[Network] Network status is %d", network_status);
+       SLOG(LOG_DEBUG, tts_tag(), "[Network] Network status is %d", network_status);
 
        return true;
 }
\ No newline at end of file