X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fovsdb-parser.c;h=f4642ad011b99495c3661edb50a71bf8cb4bffd9;hb=cfc50ae514f805dcd9c14589f21158185424daf6;hp=c46c237ebd20deec3769d2544794985cfc03e04b;hpb=a6d214f0055dc773750295a5db7cc5ca14bc5ce7;p=sliver-openvswitch.git diff --git a/lib/ovsdb-parser.c b/lib/ovsdb-parser.c index c46c237eb..f4642ad01 100644 --- a/lib/ovsdb-parser.c +++ b/lib/ovsdb-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2011 Nicira Networks +/* Copyright (c) 2009, 2011, 2013 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -142,7 +142,7 @@ ovsdb_parser_finish(struct ovsdb_parser *parser) if (n_unused > 1) { ovsdb_parser_raise_error( parser, - "Member '%s' and %zu other member%s " + "Member '%s' and %"PRIuSIZE" other member%s " "are present but not allowed here.", node->name, n_unused - 1, n_unused > 2 ? "s" : ""); } else {