Skip to content

Commit

Permalink
update log level #508
Browse files Browse the repository at this point in the history
  • Loading branch information
lylei committed Oct 9, 2016
1 parent ab19c1c commit 6d699eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nameserver/block_mapping.cc
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ void BlockMapping::TryRecover(NSBlock* block) {
hi_pri_recover_.erase(block_id);
} else if (block->block_size == 0 && block->recover_stat == kLost) {
lost_blocks_.erase(block_id);
LOG(INFO, "[TryRecover] empty block #%ld remove from lost", block_id);
LOG(WARNING, "[TryRecover] empty block #%ld remove from lost", block_id);
}
} else if (block->replica.size() == 1 && block->recover_stat != kHiRecover) {
hi_pri_recover_.insert(block_id);
Expand Down

0 comments on commit 6d699eb

Please sign in to comment.