mirror of https://github.com/apache/cassandra
tweak replay status message. patch by jbellis
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@978800 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4e5c564753
commit
4ae4a30c93
|
|
@ -295,7 +295,7 @@ public class CommitLog
|
|||
}
|
||||
}
|
||||
reader.close();
|
||||
logger.info("Finished reading " + file + " for recovery");
|
||||
logger.info("Finished reading " + file);
|
||||
}
|
||||
|
||||
// wait for all the writes to finish on the mutation stage
|
||||
|
|
|
|||
Loading…
Reference in New Issue