Skip to content

Commit

Permalink
sbd: change error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmular authored and tomjelinek committed Aug 12, 2016
1 parent 57b6187 commit f7b9fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcs/stonith.py
Expand Up @@ -497,7 +497,7 @@ def _sbd_parse_watchdogs(watchdog_list):
for watchdog_node in watchdog_list:
if "@" not in watchdog_node:
if default_watchdog:
raise CmdLineInputError("Multiple default watchdogs.")
raise CmdLineInputError("Multiple watchdog definitions.")
default_watchdog = watchdog_node
else:
watchdog, node_name = watchdog_node.rsplit("@", 1)
Expand Down

0 comments on commit f7b9fc1

Please sign in to comment.