renamed log line
This commit is contained in:
parent
971a319764
commit
936a51578a
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class ApplicationController < ActionController::Base
|
|||
if current_user
|
||||
str << "uid=#{current_user.id} "
|
||||
str << "user_created_at='#{current_user.created_at.to_date.to_s}' user_created_at_unix=#{current_user.created_at.to_i} " if current_user.created_at
|
||||
str << "user_created_at=#{current_user.contacts.size} "
|
||||
str << "user_contact_count=#{current_user.contacts.size} "
|
||||
else
|
||||
str << 'uid=nil'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue