Slightly improve some debug prints

This commit is contained in:
Vitaliy Filippov
2023-05-29 01:04:16 +03:00
parent cdfc74665b
commit 150968070f
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ void pg_obj_state_check_t::finish_object()
}
else if (n_mismatched > 0)
{
if (log_level > 2 && (replicated || n_roles >= pg->pg_cursize))
if (log_level > 2)
{
printf("Object is misplaced: %lx:%lx version=%lu/%lu\n", oid.inode, oid.stripe, target_ver, max_ver);
}