projects
/
redis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4ff34b6
)
debugging printf removed
author
antirez
<antirez@gmail.com>
Fri, 10 Jun 2011 12:44:06 +0000
(14:44 +0200)
committer
antirez
<antirez@gmail.com>
Fri, 10 Jun 2011 12:44:06 +0000
(14:44 +0200)
src/redis.c
patch
|
blob
|
blame
|
history
diff --git
a/src/redis.c
b/src/redis.c
index c3e22ba8d8c09bc787338d7654b9118a4584e336..263172259f5e9befb61acfaf4ec33fa0ba1338bd 100644
(file)
--- a/
src/redis.c
+++ b/
src/redis.c
@@
-692,7
+692,6
@@
int serverCron(struct aeEventLoop *eventLoop, long long id, void *clientData) {
}
/* Trigger an AOF rewrite if needed */
}
/* Trigger an AOF rewrite if needed */
- printf("%d\n", server.auto_aofrewrite_perc);
if (server.auto_aofrewrite_perc &&
server.appendonly_current_size > server.auto_aofrewrite_min_size)
{
if (server.auto_aofrewrite_perc &&
server.appendonly_current_size > server.auto_aofrewrite_min_size)
{