s/info/netdata_log_info/ (#15299)
vkalintiris committed
Jul 3, 2023 at 13:59 UTC
5e87d2f1f454154375e4617c6c83373f2fc1f8ae
1 file changed
+1
-1
collectors/profile.plugin/plugin_profile.cc
+1
-1
@@ -186,7 +186,7 @@ static void profile_main_cleanup(void *ptr) {
186
struct netdata_static_thread *static_thread = (struct netdata_static_thread *) ptr;
187
static_thread->enabled = NETDATA_MAIN_THREAD_EXITING;
188
189
- info("cleaning up...");
189
+ netdata_log_info("cleaning up...");
190
191
static_thread->enabled = NETDATA_MAIN_THREAD_EXITED;
192
}