X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=lib%2Fofp-util.c;h=8ba6408a216880da7ac28564d716ccd1db12acb4;hb=cab5044987845e66dbe030eb1384d58cc5a66fc9;hp=839f56f516918f852ce8affdba7bf880faeea06f;hpb=9a8d2f8c49c28ddc77be7011748eef17d949fafe;p=cascardo%2Fovs.git diff --git a/lib/ofp-util.c b/lib/ofp-util.c index 839f56f51..8ba6408a2 100644 --- a/lib/ofp-util.c +++ b/lib/ofp-util.c @@ -108,7 +108,7 @@ ofputil_pull_property(struct ofpbuf *msg, struct ofpbuf *property, return ofputil_pull_property__(msg, property, 8, typep); } -static void PRINTF_FORMAT(2, 3) +static void OVS_PRINTF_FORMAT(2, 3) log_property(bool loose, const char *message, ...) { enum vlog_level level = loose ? VLL_DBG : VLL_WARN;