lib/utopia/middleware/content.rb in utopia-0.9.31 vs lib/utopia/middleware/content.rb in utopia-0.9.32
- old
+ new
@@ -17,10 +17,10 @@
def initialize(app, options = {})
@app = app
@root = File.expand_path(options[:root] || Utopia::Middleware::default_root)
- LOG.info "#{self.class.name}: Running in #{@root}"
+ LOG.info "** #{self.class.name}: Running in #{@root}"
# Set to hash to enable caching
@nodes = {}
@files = nil