Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Storz <philipp.storz@bareos.com>
  • Loading branch information
2 people authored and BareosBot committed Oct 6, 2023
1 parent ee0074f commit 5750e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/plugins/filed/python/vmware/BareosFdPluginVMware.py
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ def prepare_vm_backup(self):
if self.enable_cbt:
bareosfd.JobMessage(
bareosfd.M_INFO,
"Error vm %s is not cbt enabled, enabling it now.\n"
"Error vm %s is not CBT enabled, enabling it now.\n"
% (StringCodec.encode(self.vm.name)),
)
if self.vm.snapshot is not None:
Expand All @@ -1196,7 +1196,7 @@ def prepare_vm_backup(self):
else:
bareosfd.JobMessage(
bareosfd.M_FATAL,
"Error vm %s is not cbt enabled\n"
"Error vm %s is not CBT enabled\n"
% (StringCodec.encode(self.vm.name)),
)
return bareosfd.bRC_Error
Expand Down

0 comments on commit 5750e01

Please sign in to comment.