@cryptotaxi247 / netdata-1 / commits / c80606fc0

Fix coverity issue (#15475)

Fix formatting - CID 395940: API usage errors (PRINTF_ARGS)

Stelios Fragkakis committed Jul 21, 2023 at 12:01 UTC c80606fc0c3f94b5b78acc2f00ddd51158eb7d5c
1 file changed +1 -1
collectors/apps.plugin/apps_plugin.c
+1 -1
@@ -1416,7 +1416,7 @@ cleanup:
1416 if(!(p->log_thrown & PID_LOG_LIMITS_DETAIL)) {
1417 netdata_log_info(
1418 "FDS_LIMITS: PID %d (%s) is using "
1419 - "%0.2d %% of its fds limits, "
1419 + "%0.2f %% of its fds limits, "
1420 "open fds = %llu ("
1421 "files = %llu, "
1422 "pipes = %llu, "