Merge branch 'ldap_debug' into 'master'

Ldap Debug
This commit is contained in:
Dmitriy Zaporozhets
2014-02-13 18:54:26 +00:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ module Gitlab
end
def initialize(entry)
Rails.logger.debug { "Instantiating #{self.class.name} with LDIF:\n#{entry.to_ldif}" }
@entry = entry
end
+1
View File
@@ -16,6 +16,7 @@ module Gitlab
end
def initialize(entry)
Rails.logger.debug { "Instantiating #{self.class.name} with LDIF:\n#{entry.to_ldif}" }
@entry = entry
end