Skip to content

Commit 6197f2f

Browse files
Log update
1 parent 10f08b4 commit 6197f2f

File tree

1 file changed

+1
-1
lines changed
  • mongodb_consistent_backup/Notify/Nsca

1 file changed

+1
-1
lines changed

mongodb_consistent_backup/Notify/Nsca/Nsca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(self, manager, config, timer, base_dir, backup_dir, **kwargs):
2929
req_attrs = ['server', 'check_name', 'check_host']
3030
for attr in req_attrs:
3131
if not getattr(self, attr):
32-
raise OperationError('NSCA module requires attribute: %s!' % attr)
32+
raise OperationError('NSCA notifier module requires attribute: %s!' % attr)
3333

3434
self.server_name = self.server
3535
self.server_port = 5667

0 commit comments

Comments
 (0)