This commit is contained in:
van Hauser
2020-10-10 10:41:30 +02:00
parent c075003bd2
commit 5dc3bc175b
2 changed files with 2 additions and 1 deletions

View File

@ -429,7 +429,7 @@ void show_stats(afl_state_t *afl) {
/* reset counter, even if send failed. */
afl->statsd_last_send_ms = cur_ms;
if (statsd_send_metric(afl)) { WARNF("coundln't send statsd metric."); }
if (statsd_send_metric(afl)) { WARNF("could not send statsd metric."); }
}