X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Fexecution.c;h=5b6762f0753ff7b9f0e451ba9626352134f61674;hb=d785193ad9989b429ea4c6931af9da7f4edf60ec;hp=b984b1b528c73ea57233284913935678494b48f0;hpb=02dd3123a0e312f1d33403e744af52dd6096f12d;p=openvswitch diff --git a/ovsdb/execution.c b/ovsdb/execution.c index b984b1b5..5b6762f0 100644 --- a/ovsdb/execution.c +++ b/ovsdb/execution.c @@ -137,7 +137,7 @@ ovsdb_execute(struct ovsdb *db, const struct json *params, /* Parse and execute operation. */ ovsdb_parser_init(&parser, operation, - "ovsdb operation %zu of %zu", i + 1, n_operations); + "ovsdb operation %zu of %zu", i, n_operations); op = ovsdb_parser_member(&parser, "op", OP_ID); result = json_object_create(); if (op) {