# HG changeset patch # User Ludovic Chabant # Date 1706936723 28800 # Node ID b8a9c206ac7cc0257289b8d7cb659e84b648ae6c # Parent ed8eefbb36e878c485e18b87cbc0f9cf12689552 Fix typo in log message diff -r ed8eefbb36e8 -r b8a9c206ac7c silorider/commands/utils.py --- a/silorider/commands/utils.py Fri Feb 02 21:05:08 2024 -0800 +++ b/silorider/commands/utils.py Fri Feb 02 21:05:23 2024 -0800 @@ -64,7 +64,7 @@ if until_dt: entry_published = entry.get('published') if not entry_published: - logger.warning("Entry '%s' has not published date." % + logger.warning("Entry '%s' has no published date." % entry_url) continue