Commit 21a26bcb authored by Federico Vaga's avatar Federico Vaga

sw:fw:fd: fix GCC warnings on print

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 2e0e8ca3
......@@ -610,7 +610,7 @@ static void filter_trigger(struct wrtd_trigger_entry *trig)
log_trigger(WRTD_LOG_PROMISC, 0, NULL, trig);
wrtd_out_device.last_received = *trig;
pr_debug("%s:%d Trigger %d:%d:%d - entry %p\n\r",
pr_debug("%s:%d Trigger %"PRId32":%"PRId32":%"PRId32" - entry %p\n\r",
__func__, __LINE__,
trig->id.system, trig->id.source_port, trig->id.trigger, ent);
if (!ent)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment