lib/gloo/persist/file_loader.rb in gloo-3.4.1 vs lib/gloo/persist/file_loader.rb in gloo-3.5.0

- old
+ new

@@ -33,10 +33,10 @@ # # Load the objects from the file. # def load unless @mech.exist?( @pn ) - @engine.log.error "File '#{@pn}' does not exist." + @engine.err "File '#{@pn}' does not exist." return end @engine.log.debug "Loading file '#{@pn}'" @tabs = 0