X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ovsdb%2Fovsdb-tool.c;h=5e2b71b849fc8bfda545bf76a832bae399998667;hb=3754832be4195ef5c01ba2af2e4b50b6f8df91bd;hp=11e61e6b4acf1b81025cf8014ab03ac3ca29c4cb;hpb=6e274d49c4ebae2e79bcaca89a64e42e67596d2d;p=sliver-openvswitch.git diff --git a/ovsdb/ovsdb-tool.c b/ovsdb/ovsdb-tool.c index 11e61e6b4..5e2b71b84 100644 --- a/ovsdb/ovsdb-tool.c +++ b/ovsdb/ovsdb-tool.c @@ -524,7 +524,7 @@ do_show_log(int argc, char *argv[]) t *= 1000; } - s = xastrftime_msec(" %Y-%m-%d %H:%M:%S.###", t, true); + s = xastrftime_msec(" %Y-%m-%d %H:%M:%S.###", t, true); fputs(s, stdout); free(s); }