Skip to content

Commit

Permalink
CP-9093: fix a debug message error
Browse files Browse the repository at this point in the history
Signed-off-by: Zheng Li <[email protected]>
  • Loading branch information
zli committed Jul 22, 2014
1 parent d8c640a commit b10dbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/perfmon
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ class HOSTMonitor(ObjectMonitor):
# possible to set up an alarm on each host that uses an SR by setting
# appropriate configuration in the SR's other-config.
if self.uuid not in sruuids_by_hostuuid:
print_debug("%s not in sruuids_by_hostuuid")
print_debug("%s not in sruuids_by_hostuuid" % self.uuid)
self.secondary_variables.clear()
self.secondary_xmlconfigs.clear()
return
Expand Down

0 comments on commit b10dbb8

Please sign in to comment.