Added check emulator environment
[platform/core/connectivity/stc-manager.git] / src / monitor / stc-monitor.c
index 32d2a8a..835e29f 100755 (executable)
@@ -895,7 +895,7 @@ static gboolean __process_contr_reply(GIOChannel *source,
 
        ret = read_netlink(sock,
                           &ans, sizeof(struct genl));
-       STC_LOGD("Counter data received ret [%d]", ret);
+       /* STC_LOGD("Counter data received ret [%d]", ret); */
        if (ret == 0)
                goto out;
 
@@ -918,7 +918,7 @@ static gboolean __update_contr_cb(void *user_data)
                stc->carg->sock = stc_monitor_get_counter_socket();
        }
 
-       STC_LOGD("Get all counters");
+       /* STC_LOGD("Get all counters"); */
        nfacct_send_get_all(stc->carg);
 
        /* we need to continue the timer */