summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stancliff <matt@genges.com>2014-08-13 10:58:54 -0400
committerantirez <antirez@gmail.com>2014-08-25 10:26:30 +0200
commit1f8a6d806cc25ece4d092fb3d49af9ccc1443102 (patch)
tree4255f87f77db45d1f0ff2375b5649ca7c9815224
parent6b099c7de614bebe3e61a0cbb91af459cc67f1c3 (diff)
downloadredis-1906-merge.tar.gz
Fix redis-benchmark abort output1906-merge
-rw-r--r--src/redis-benchmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redis-benchmark.c b/src/redis-benchmark.c
index 2e0aa8a60..2e67f1021 100644
--- a/src/redis-benchmark.c
+++ b/src/redis-benchmark.c
@@ -597,7 +597,7 @@ int showThroughput(struct aeEventLoop *eventLoop, long long id, void *clientData
REDIS_NOTUSED(clientData);
if (config.liveclients == 0) {
- fprintf(stderr,"All clients disconnected... aborting.");
+ fprintf(stderr,"All clients disconnected... aborting.\n");
exit(1);
}