# File lib/piston/commands/switch.rb, line 110
      def skip(dir, msg, header=true)
        logging_stream.print "Skipping '#{dir}': " if header
        logging_stream.puts msg
      end