mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
nfa_api_queue: debug printf format fix
This commit is contained in:
committed by
Matthew Barr
parent
863ea1b2b2
commit
62776b615b
@@ -277,7 +277,7 @@ void debugQueue(const struct mq *q) {
|
||||
type = "MQE_TOP_N";
|
||||
break;
|
||||
}
|
||||
DEBUG_PRINTF("\tq[%u] %lld %d:%s\n", cur, q->items[cur].location,
|
||||
DEBUG_PRINTF("\tq[%u] %lld %u:%s\n", cur, q->items[cur].location,
|
||||
q->items[cur].type, type);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user