Add missing argument. (#16451)
vkalintiris committed
Nov 22, 2023 at 18:44 UTC
7cbdc17d1471ba7095252d55982babd4c5654757
1 file changed
+2
-2
collectors/xenstat.plugin/xenstat_plugin.c
+2
-2
@@ -925,9 +925,9 @@ int main(int argc, char **argv) {
925
// ------------------------------------------------------------------------
926
// initialization of netdata plugin
927
928
- program_name = "xenstat.plugin";
928
+ program_name = PLUGIN_XENSTAT_NAME;
929
930
- nd_log_initialize_for_external_plugins();
930
+ nd_log_initialize_for_external_plugins(PLUGIN_XENSTAT_NAME);
931
932
// ------------------------------------------------------------------------
933
// parse command line parameters