Skip to content

Commit

Permalink
rgw: increase log level for same or older period pull msg
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Maredia <amaredia@redhat.com>
  • Loading branch information
alimaredia committed Feb 27, 2020
1 parent 0ffbe4a commit 90cce10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/rgw_zone.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ int RGWPeriod::update_latest_epoch(epoch_t epoch)
return r;
} else if (epoch <= info.epoch) {
r = -EEXIST; // fail with EEXIST if epoch is not newer
ldout(cct, 1) << "found existing latest_epoch " << info.epoch
ldout(cct, 10) << "found existing latest_epoch " << info.epoch
<< " >= given epoch " << epoch << ", returning r=" << r << dendl;
return r;
} else {
Expand Down

0 comments on commit 90cce10

Please sign in to comment.