Description : The inm-manager leaves logs as a file at
that point. I think additional dlog is no longer needed.
Change-Id: Ia9f5862cb952172ba44db2a0dde03e5c0283aa9d
Signed-off-by: Yu Jiung <jiung.yu@samsung.com>
Name: inm-manager
Summary: INM(Intelligent Network Monitoring) daemon
-Version: 0.0.14
+Version: 0.0.15
Release: 1
Group: Network & Connectivity/Other
License: Apache-2.0
fprintf(g_log_file, "%s %s\n", strtime, str);
va_end(ap);
- INM_LOGI("PRINT %s", str);
}
__get_local_time(strtime, sizeof(strtime));
fprintf(g_log_file, "%s %s\n", strtime, log_str);
-
- INM_LOGI("PRINT %s", log_str);
}
void util_close_log_file(void)