lib/motion_vj/logger.rb in motion_vj-0.1.0 vs lib/motion_vj/logger.rb in motion_vj-0.2.0

- old
+ new

@@ -9,9 +9,9 @@ end private def self.format(msg, type) - "[motionvj][#{Time.now.utc.strftime("%Y-%m-%d %H:%M:%S %Z")}][#{type}]: #{msg}" + "[motionvj][#{ Time.now.utc.strftime("%Y-%m-%d %H:%M:%S %Z") }][#{ type }]: #{ msg }" end end end