lib/adhearsion/call.rb in adhearsion-2.5.2 vs lib/adhearsion/call.rb in adhearsion-2.5.3
- old
+ new
@@ -327,10 +327,10 @@
# @param [Hash, Optional] options further options to be joined with
#
# @return [Hash] where :command is the issued command, :joined_waiter is a #wait responder which is triggered when the join is complete, and :unjoined_waiter is a #wait responder which is triggered when the entities are unjoined
#
def join(target, options = {})
- logger.info "Joining to #{target}"
+ logger.debug "Joining to #{target}"
joined_condition = CountDownLatch.new(1)
on_joined target do
joined_condition.countdown!
end