X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ovsdb%2Ffile.c;h=7c8ac6f292a87daa22f91adc4955e2a4ccdf99de;hb=cfc50ae514f805dcd9c14589f21158185424daf6;hp=4ccf33e722170954957e16321d669ad91b0a155f;hpb=2958f35b7e1b2d468f6a908121d80e07c15ba22b;p=sliver-openvswitch.git diff --git a/ovsdb/file.c b/ovsdb/file.c index 4ccf33e72..7c8ac6f29 100644 --- a/ovsdb/file.c +++ b/ovsdb/file.c @@ -768,7 +768,7 @@ ovsdb_file_txn_commit(struct json *json, const char *comment, if (comment) { json_object_put_string(json, "_comment", comment); } - json_object_put(json, "_date", json_integer_create(time_wall())); + json_object_put(json, "_date", json_integer_create(time_wall_msec())); error = ovsdb_log_write(log, json); json_destroy(json);