Skip to content

Commit

Permalink
Fix typo in INFO message related with rsync version
Browse files Browse the repository at this point in the history
There's a typo in the INFO message sent when rsync prior to 3.1
is detected. The message has been written differently now to make
it clear to the user, fixing the typo at the same time.

Signed-off-by: Martín Marqués <martin.marques@enterprisedb.com>
  • Loading branch information
martinmarques committed Mar 13, 2024
1 parent a1781a8 commit 637bf57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barman/copy_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def _rsync_set_pre_31_mode(self):
"""
_logger.info(
"Detected rsync version less than 3.1. "
"top using '--ignore-missing-args' argument."
"Stopping use of '--ignore-missing-args' argument."
)
self.rsync_has_ignore_missing_args = False
self.rsync_cache.clear()
Expand Down

0 comments on commit 637bf57

Please sign in to comment.