added log message

This commit is contained in:
Shlomi Noach 2016-08-11 09:03:39 +02:00
parent dd1ef29dac
commit 35ff3f5b7b

View File

@ -48,6 +48,7 @@ func (this *Server) BindSocketFile() (err error) {
}
func (this *Server) RemoveSocketFile() (err error) {
log.Infof("Removing socket file: %s", this.migrationContext.ServeSocketFile)
return os.Remove(this.migrationContext.ServeSocketFile)
}