X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fbundle.c;h=4a40a6a5724be964c4eff9da398261e557c4c780;hb=a66034810666e84377e167ad88ea961caa8b4d17;hp=7d00f874e06feffd6254f2014b745c1528630890;hpb=57ad4e9ed5da05b81eba8a7dd3e712201792002d;p=sliver-openvswitch.git diff --git a/lib/bundle.c b/lib/bundle.c index 7d00f874e..4a40a6a57 100644 --- a/lib/bundle.c +++ b/lib/bundle.c @@ -99,7 +99,7 @@ bundle_execute(const struct ofpact_bundle *bundle, return execute_ab(bundle, slave_enabled, aux); default: - NOT_REACHED(); + OVS_NOT_REACHED(); } } @@ -165,8 +165,8 @@ bundle_from_openflow(const struct nx_action_bundle *nab, } if (slaves_size < bundle->n_slaves * sizeof(ovs_be16)) { - VLOG_WARN_RL(&rl, "Nicira action %"PRIu16" only has %zu bytes " - "allocated for slaves. %zu bytes are required for " + VLOG_WARN_RL(&rl, "Nicira action %"PRIu16" only has %"PRIuSIZE" bytes " + "allocated for slaves. %"PRIuSIZE" bytes are required for " "%"PRIu16" slaves.", subtype, slaves_size, bundle->n_slaves * sizeof(ovs_be16), bundle->n_slaves); error = OFPERR_OFPBAC_BAD_LEN;