Skip to content

Commit 675436d

Browse files
committed
Clarified debug message for notification recipients.
1 parent a6eadf9 commit 675436d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code_comments/notification.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ def get_recipients(self, comment):
133133
# Remove duplicates
134134
ccrcpts = ccrcpts.difference(torcpts)
135135

136-
self.env.log.debug("Sending notification to: %s" % torcpts)
137-
self.env.log.debug("Copying notification to: %s" % ccrcpts)
136+
self.env.log.debug("Will send notification to: %s" % torcpts)
137+
self.env.log.debug("Will copy notification to: %s" % ccrcpts)
138138

139139
return (torcpts, ccrcpts)
140140

0 commit comments

Comments
 (0)