Skip to content

Commit f4dd0c9

Browse files
committed
Fix wrong method call
1 parent bca7ec5 commit f4dd0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/coralogix/coralogix_logger.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def level= level
3636
#
3737
# @return [boolean] - true or false. (Default is false)
3838
def self.debug_mode?
39-
DebugLogger.debug_mode
39+
DebugLogger.debug_mode?
4040
end
4141

4242
# A setter for debug_mode.

0 commit comments

Comments
 (0)