Skip to content

Commit

Permalink
MygPoClient: Turn warning on flush into debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
tpikonen committed Oct 22, 2023
1 parent f7f1fb1 commit 57deec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpodder/my.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def _worker_proc(self, forced=False):

def flush(self, now=False):
if not self.can_access_webservice():
logger.warning('Flush requested, but sync disabled.')
logger.debug('Flush requested, but sync disabled.')
return

if self._worker_thread is None or now:
Expand Down

0 comments on commit 57deec6

Please sign in to comment.