Skip to content

Commit

Permalink
Change string interpolation type
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Sep 7, 2022
1 parent 28e5dfd commit 7b19927
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from tribler.core.utilities.notifier import Notifier
from tribler.core.utilities.osutils import fix_filebasename
from tribler.core.utilities.path_util import Path
from tribler.core.utilities.simpledefs import DLSTATUS_SEEDING, DLSTATUS_STOPPED, DOWNLOAD, NTFY
from tribler.core.utilities.simpledefs import DLSTATUS_SEEDING, DLSTATUS_STOPPED, DOWNLOAD
from tribler.core.utilities.unicode import ensure_unicode, hexlify
from tribler.core.utilities.utilities import bdecode_compat

Expand Down Expand Up @@ -269,7 +269,7 @@ def on_save_resume_data_alert(self, alert):
Callback for the alert that contains the resume data of a specific download.
This resume data will be written to a file on disk.
"""
self._logger.debug(f'On save resume data alert: {alert}')
self._logger.debug(f'On save resume data alert: %s', alert)
if self.checkpoint_disabled:
return

Expand Down

0 comments on commit 7b19927

Please sign in to comment.