diff --git a/ckan/lib/helpers.py b/ckan/lib/helpers.py index 74b7f0182d8..711040fa618 100644 --- a/ckan/lib/helpers.py +++ b/ckan/lib/helpers.py @@ -1297,7 +1297,7 @@ def resource_preview(resource, pkg_id): directly = True url = resource['url'] else: - log.info('no handler for {}'.format(resource['format'])) + log.info('No preview handler for resource type {0}'.format(resource['format'])) return snippet( "dataviewer/snippets/no_preview.html", resource_type=format_lower