Skip to content

Commit 456003a

Browse files
committed
Diskless replication: less debugging printfs around.
1 parent fd112f5 commit 456003a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/replication.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,6 @@ void readSyncBulkPayload(aeEventLoop *el, int fd, void *privdata, int mask) {
888888
}
889889

890890
nread = read(fd,buf,readlen);
891-
printf("NREAD %d (%d)\n", (int)nread, (int)readlen);
892891
if (nread <= 0) {
893892
redisLog(REDIS_WARNING,"I/O error trying to sync with MASTER: %s",
894893
(nread == -1) ? strerror(errno) : "connection lost");

0 commit comments

Comments
 (0)