Fix log format
This commit is contained in:
parent
2866e96fab
commit
8a2c2ed0de
1 changed files with 3 additions and 2 deletions
|
@ -227,7 +227,8 @@ static int filter_timed_out_candidates(int64_t timestamp) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_DBG("after filtering out timed out combo candidates: remaining_candidates=%d timestamp=%d",
|
LOG_DBG(
|
||||||
|
"after filtering out timed out combo candidates: remaining_candidates=%d timestamp=%lld",
|
||||||
remaining_candidates, timestamp);
|
remaining_candidates, timestamp);
|
||||||
|
|
||||||
return remaining_candidates;
|
return remaining_candidates;
|
||||||
|
|
Loading…
Add table
Reference in a new issue