mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Logging
This commit is contained in:
parent
5c7bf128d9
commit
a2d46b0222
1 changed files with 1 additions and 1 deletions
|
@ -1541,7 +1541,7 @@ def load_river_stories__redis(request):
|
|||
diff = time.time() - start
|
||||
timediff = round(float(diff), 2)
|
||||
if requested_hashes and story_hashes:
|
||||
logging.user(request, "~FB%sLoading ~FC%s~FB stories: (%s)" %
|
||||
logging.user(request, "~FB%sLoading ~FC%s~FB stories: %s" %
|
||||
("~FBAuto-" if on_dashboard else "",
|
||||
requested_hashes, story_hashes[:3]))
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue