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:
Jonathan Ellis 2010-07-24 05:01:51 +00:00
parent 4e5c564753
commit 4ae4a30c93
1 changed files with 1 additions and 1 deletions

View File

@ -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