Skip to content

Commit

Permalink
modified: scandir.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Apr 10, 2017
1 parent e7949fd commit 248af3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scandir.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ func (s *ScanDir) Start(ctl Control) {
log.Printf("Restarting (halt): %s socket: %s\n", serviceName, filepath.Join(s.sdir, serviceName, "immortal.sock"))
}
log.Printf("Starting: %s socket: %s\n", serviceName, filepath.Join(s.sdir, serviceName, "immortal.sock"))
fmt.Printf("%s = %s\n", file, md5)
go WatchFile(file, s.watchFile)
} else {
// remove service
Expand Down

0 comments on commit 248af3c

Please sign in to comment.