Fix compiler warning

This commit is contained in:
Andrea Shepard 2013-12-02 01:05:53 -08:00
parent 55907da28d
commit 63bb9a795e

View File

@ -435,7 +435,8 @@ scheduler_run(void)
log_debug(LD_SCHED, log_debug(LD_SCHED,
"Scheduler flushed %d cells onto pending channel " "Scheduler flushed %d cells onto pending channel "
U64_FORMAT " at %p", U64_FORMAT " at %p",
flushed, U64_PRINTF_ARG(chan->global_identifier), chan); (int)flushed, U64_PRINTF_ARG(chan->global_identifier),
chan);
} else { } else {
log_info(LD_SCHED, log_info(LD_SCHED,
"Scheduler saw pending channel " U64_FORMAT " at %p with " "Scheduler saw pending channel " U64_FORMAT " at %p with "