Skip to content

Commit

Permalink
Fix logging of stopfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rcowham committed Oct 23, 2023
1 parent 1b0cc0d commit baccf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion P4Transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2649,7 +2649,7 @@ def replicate(self):
report_interval=self.options.report_interval)
logOnce(self.logger, self.source.options)
logOnce(self.logger, self.target.options)
logOnce("Stopfile: %s" % STOP_FILE_PATH)
logOnce(self.logger, "Stopfile: %s" % STOP_FILE_PATH)
self.source.disconnect()
self.target.disconnect()
num_changes = self.replicate_changes()
Expand Down

0 comments on commit baccf2f

Please sign in to comment.