accept.c: less debug log

This commit is contained in:
Heikki Hannikainen 2017-02-28 08:46:02 +02:00
parent 6f7247464c
commit 37f3303fb2
1 changed files with 1 additions and 1 deletions

View File

@ -1019,7 +1019,7 @@ static int *accept_rx_err_map(cJSON *rx_err_labels, int *old_rxerrs_len)
for (j = 0; j < INERR_BUCKETS; j++) {
if (strcmp(inerr_labels[j], rxerr->valuestring) == 0) {
hlog(LOG_DEBUG, "Mapped old rxerr index %d with new index %d: %s", i, j, rxerr->valuestring);
//hlog(LOG_DEBUG, "Mapped old rxerr index %d with new index %d: %s", i, j, rxerr->valuestring);
rxerr_map[i] = j;
}
}