lib/einhorn/command/interface.rb in einhorn-0.5.3 vs lib/einhorn/command/interface.rb in einhorn-0.5.4

- old
+ new

@@ -86,10 +86,10 @@ stat = File.stat(path) unless stat.socket? raise Errno::EADDRINUSE.new("Non-socket file present at Einhorn command socket path #{path}. Either remove that file and restart Einhorn, or pass a `-d PATH_TO_SOCKET` to change the command socket location.") end - Einhorn.log_info("Blowing away old Einhorn command socket at #{path}. This likely indicates a previous Einhorn worker which exited uncleanly.") + Einhorn.log_info("Blowing away old Einhorn command socket at #{path}. This likely indicates a previous Einhorn master which exited uncleanly.") # Whee, blow it away. File.unlink(path) end def self.write_pidfile