diff options
author | Keith Bostic <keith@wiredtiger.com> | 2012-10-17 09:18:52 +0000 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2012-10-17 09:18:52 +0000 |
commit | 441e50e5ec1e7f6aedad908f05696ddffc47e000 (patch) | |
tree | a9536eceb1c912db2397916982f7a8f149c5f43b /src/utilities | |
parent | c7dd63c5a67c8c130a0f707c16c99ee8567ddda0 (diff) | |
download | mongo-441e50e5ec1e7f6aedad908f05696ddffc47e000.tar.gz |
The rename call doesn't have any verbose flag behaviors, don't output
an extra newline.
Diffstat (limited to 'src/utilities')
-rw-r--r-- | src/utilities/util_rename.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utilities/util_rename.c b/src/utilities/util_rename.c index 55a90f96b55..c2ddb2998ad 100644 --- a/src/utilities/util_rename.c +++ b/src/utilities/util_rename.c @@ -39,8 +39,6 @@ util_rename(WT_SESSION *session, int argc, char *argv[]) progname, uri, newname, wiredtiger_strerror(ret)); goto err; } - if (verbose) - printf("\n"); if (0) { err: ret = 1; |