# File lib/fuubar.rb, line 103
  def message(notification)
    if progress.respond_to? :log
      progress.log(notification.message)
    else
      super
    end
  end