Skip to content

Commit

Permalink
Merge branch 'cassandra-1.1.0' into cassandra-1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
driftx committed Mar 16, 2012
2 parents 555b738 + 97d4c1c commit 087644b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -347,7 +347,7 @@ protected void runMayThrow() throws IOException
{
if (sstables.isEmpty())
{
logger.error("No file to compact for user defined compaction");
logger.info("No file to compact for user defined compaction");
}
// attempt to schedule the set
else if ((toCompact = cfs.getDataTracker().markCompacting(sstables, 1, Integer.MAX_VALUE)) != null)
Expand All @@ -366,7 +366,7 @@ else if ((toCompact = cfs.getDataTracker().markCompacting(sstables, 1, Integer.M
}
else
{
logger.error("SSTables for user defined compaction are already being compacted.");
logger.info("SSTables for user defined compaction are already being compacted.");
}
}
finally
Expand Down

0 comments on commit 087644b

Please sign in to comment.