lib/punchblock/connection/asterisk.rb in punchblock-0.6.2 vs lib/punchblock/connection/asterisk.rb in punchblock-0.7.0
- old
+ new
@@ -11,10 +11,10 @@
@translator = Translator::Asterisk.new @ami_client, self
super()
end
def run
- logger.debug "Starting the RubyAMI client"
+ pb_logger.debug "Starting the RubyAMI client"
ami_client.start
end
def stop
ami_client.stop