We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6eadf9 commit 675436dCopy full SHA for 675436d
code_comments/notification.py
@@ -133,8 +133,8 @@ def get_recipients(self, comment):
133
# Remove duplicates
134
ccrcpts = ccrcpts.difference(torcpts)
135
136
- self.env.log.debug("Sending notification to: %s" % torcpts)
137
- self.env.log.debug("Copying notification to: %s" % ccrcpts)
+ self.env.log.debug("Will send notification to: %s" % torcpts)
+ self.env.log.debug("Will copy notification to: %s" % ccrcpts)
138
139
return (torcpts, ccrcpts)
140
0 commit comments