From da94b2c52c6a4be987f087b8054c18f044c2dd7d Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 25 Jun 2019 17:31:08 +0200 Subject: [PATCH] adapters: add missing argument to log (#34333) --- mellon/adapters.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mellon/adapters.py b/mellon/adapters.py index 368c697..f462091 100644 --- a/mellon/adapters.py +++ b/mellon/adapters.py @@ -190,8 +190,8 @@ class DefaultAdapter(object): if metadata_cache_time: stale_timeout = 24 * metadata_cache_time if last_update and (now - idp['METADATA_URL_LAST_UPDATE']) > stale_timeout: - logger.error('metadata url %s : not updated since %.1f hours', - stale_timeout / 3600.0) + logger.error('metadata url %s: not updated since %.1f hours', + url, stale_timeout / 3600.0) # we have cache, update in background if last_update and 'METADATA' in idp: