This commit is contained in:
Unknown 2013-08-24 19:00:08 +08:00
parent 6923aeb1ae
commit b30217c1d3
1 changed files with 1 additions and 1 deletions

View File

@ -152,8 +152,8 @@ func Start(appname string) {
cmd.Stderr = os.Stderr
go cmd.Run()
started <- true
com.ColorLog("[INFO] %s is running...\n", appname)
started <- true
}
// checkTMPFile returns true if the event was for TMP files.