Skip to content

Commit b766388

Browse files
committed
Fix log message
1 parent 2b19b0c commit b766388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/search/tasks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def record_search_query(project_slug, version_slug, query, total_results, time_s
149149
log.debug(
150150
'Not recording the search query. Passed arguments: '
151151
'project_slug: %s, version_slug: %s, query: %s, total_results: %s, time: %s' % (
152-
project_slug, version_slug, query, total_results, time
152+
project_slug, version_slug, query, total_results, time_string
153153
)
154154
)
155155
return

0 commit comments

Comments
 (0)