Skip to content

Commit

Permalink
Only print "using default configuration" in verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiecobbett committed Oct 10, 2024
1 parent 91ed9e2 commit 97a5421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/coverband.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def self.configure(file = nil)
elsif File.exist?(configuration_file)
load configuration_file
else
configuration.logger.debug("using default configuration")
configuration.logger.debug("using default configuration") if Coverband.configuration.verbose
end
@@configured = true
coverage_instance.reset_instance
Expand Down

0 comments on commit 97a5421

Please sign in to comment.