added log message
This commit is contained in:
parent
dd1ef29dac
commit
35ff3f5b7b
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user