Signed-off-by: Ben Pfaff <b...@nicira.com> --- lib/ovs-lldp.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/lib/ovs-lldp.c b/lib/ovs-lldp.c index f2d966c..9d88213 100644 --- a/lib/ovs-lldp.c +++ b/lib/ovs-lldp.c @@ -307,15 +307,13 @@ aa_print_isid_status_port_isid(struct lldp *lldp, struct lldpd_port *port) mapping->isid_vlan_data.vlan, mapping->isid_vlan_data.status); - /* Update the status of our internal state for the mapping. - */ + /* Update the status of our internal state for the mapping. */ if (m) { - VLOG_INFO("Setting status for ISID=%u to %u", - isid, - mapping->isid_vlan_data.status); + VLOG_INFO("Setting status for ISID=%"PRIu32" to %"PRIu16, + isid, mapping->isid_vlan_data.status); m->status = mapping->isid_vlan_data.status; } else { - VLOG_WARN("Couldn't find mapping for I-SID=%u", isid); + VLOG_WARN("Couldn't find mapping for I-SID=%"PRIu32, isid); } } } -- 2.1.3 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev