# File lib/fssm.rb, line 11
    def dbg(msg=nil)
      STDERR.puts("FSSM -> #{msg}")
    end