diff --git a/lib/rubydns/server.rb b/lib/rubydns/server.rb index 4c5d6af..e8ad88d 100644 --- a/lib/rubydns/server.rb +++ b/lib/rubydns/server.rb @@ -69,7 +69,7 @@ def process(name, resource_class, transaction) if @otherwise @otherwise.call(transaction) else - @logger.warn "<#{transaction.query.id}> Failed to handle #{name} #{resource_class.name}!" + Console.warn "<#{transaction.query.id}> Failed to handle #{name} #{resource_class.name}!" end end end