HBASE-7955 Remove log "ERROR snapshot.SnapshotFileCache: Snapshot directory doesn't exist"

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1451364 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Enis Soztutar 2013-02-28 21:38:10 +00:00
parent 9b1ec93ee3
commit bcaf397321
1 changed files with 0 additions and 1 deletions

View File

@ -188,7 +188,6 @@ public class SnapshotFileCache implements Stoppable {
try {
status = fs.getFileStatus(snapshotDir);
} catch (FileNotFoundException e) {
LOG.error("Snapshot directory: " + snapshotDir + " doesn't exist");
return;
}
// if the snapshot directory wasn't modified since we last check, we are done