Reword message about reloading packages..

This commit is contained in:
Ryan Bastic 2014-11-23 14:12:29 +01:00
parent 0ad75cb5fa
commit dc89f844f3
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ func parserPkg(pkgRealpath, pkgpath string) error {
rep := strings.NewReplacer("/", "_", ".", "_")
commentFilename = COMMENTFL + rep.Replace(pkgpath) + ".go"
if !compareFile(pkgRealpath) {
Info(pkgRealpath + " don't has updated")
Info(pkgRealpath + " has not changed, not reloading")
return nil
}
genInfoList = make(map[string][]ControllerComments)