mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Logging starred story params.
This commit is contained in:
parent
d83df1a6a6
commit
f4832ce566
1 changed files with 1 additions and 1 deletions
|
@ -2046,7 +2046,7 @@ def _mark_story_as_starred(request):
|
|||
removed_user_tags = []
|
||||
if not starred_story:
|
||||
params.update(story_values)
|
||||
logging.user(request, "Starred story params: %@" % params)
|
||||
logging.user(request, "Starred story params: %s" % params)
|
||||
starred_story = MStarredStory.objects.create(**params)
|
||||
created = True
|
||||
MActivity.new_starred_story(user_id=request.user.pk,
|
||||
|
|
Loading…
Add table
Reference in a new issue