X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fovsdb-parser.c;h=f4642ad011b99495c3661edb50a71bf8cb4bffd9;hb=28c5588e8e1a8d091c5d2275232c35f2968a97fa;hp=77460a8f5fda74a279be3bdc108bc16dbaae7b07;hpb=e0edde6fee279cdbbf3c179f5f50adaf0c7c7f1e;p=sliver-openvswitch.git diff --git a/lib/ovsdb-parser.c b/lib/ovsdb-parser.c index 77460a8f5..f4642ad01 100644 --- a/lib/ovsdb-parser.c +++ b/lib/ovsdb-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2011 Nicira, Inc. +/* 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 {