Skip to content

Commit

Permalink
Update core/src/plugins/filed/python/mariabackup/BareosFdPluginMariab…
Browse files Browse the repository at this point in the history
…ackup.py

Co-authored-by: Bruno Friedmann @bareos <89836284+bruno-at-bareos@users.noreply.github.com>
  • Loading branch information
pstorz and bruno-at-bareos committed Nov 24, 2021
1 parent 961ef51 commit 2ecb2d3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -424,7 +424,7 @@ def end_backup_file(self):
"""
Check if dump was successful.
"""
# Usually the xtrabackup process should have terminated here, but on some servers
# Usually the mariabackup process should have terminated here, but on some servers
# it has not always.
if self.file_to_backup == "stream":
returnCode = self.subprocess_returnCode
Expand Down

0 comments on commit 2ecb2d3

Please sign in to comment.