fix formating
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Trinity Pointard 2021-06-02 13:22:06 +02:00
parent 13bd3138cb
commit 8611f8c0ef

View file

@ -544,7 +544,7 @@ impl System {
} }
} }
if self.replication_factor < max_replication_factor { if self.replication_factor < max_replication_factor {
error!("Some node have a higher replication factor ({}) than this one ({}). This is not supported and might lead to bugs", error!("Some node have a higher replication factor ({}) than this one ({}). This is not supported and might lead to bugs",
max_replication_factor, max_replication_factor,
self.replication_factor); self.replication_factor);