lib/rdf/microdata/jsonld_reader.rb in rdf-microdata-2.2.2 vs lib/rdf/microdata/jsonld_reader.rb in rdf-microdata-2.2.3
- old
+ new
@@ -29,10 +29,10 @@
# @yieldparam [RDF::Reader] reader
# @yieldreturn [void] ignored
# @raise [RDF::ReaderError] if _validate_
def initialize(input = $stdin, options = {}, &block)
@options = options
- log_debug('', "using JSON-LD transformation reader")
+ log_info('', "using JSON-LD transformation reader")
input = case input
when ::Nokogiri::XML::Document, ::Nokogiri::HTML::Document then input
else
# Try to detect charset from input