Commit 23cc4fe4 authored by Thorsten Blum's avatar Thorsten Blum Committed by Daniel Borkmann
parent c53e853c
...@@ -2081,7 +2081,7 @@ static int profile_parse_metrics(int argc, char **argv) ...@@ -2081,7 +2081,7 @@ static int profile_parse_metrics(int argc, char **argv)
NEXT_ARG(); NEXT_ARG();
} }
if (selected_cnt > MAX_NUM_PROFILE_METRICS) { if (selected_cnt > MAX_NUM_PROFILE_METRICS) {
p_err("too many (%d) metrics, please specify no more than %d metrics at at time", p_err("too many (%d) metrics, please specify no more than %d metrics at a time",
selected_cnt, MAX_NUM_PROFILE_METRICS); selected_cnt, MAX_NUM_PROFILE_METRICS);
return -1; return -1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment