Fix stats name output

This commit is contained in:
2021-07-05 15:46:38 +02:00
parent c40ffb8b12
commit 853effc006
+1 -1
View File
@@ -66,7 +66,7 @@ void FrameStats::print_stats()
system_clock::now()).time_since_epoch().count();
// Output in InfluxDB line protocol
cout << "jf_udp_recv";
cout << "std_udp_recv,";
cout << ",detector_name=" << detector_name_;
cout << ",module_id=" << module_id_;
cout << " ";