From dc89f844f35b61f57ee27b6952bbd37430d1a290 Mon Sep 17 00:00:00 2001 From: Ryan Bastic Date: Sun, 23 Nov 2014 14:12:29 +0100 Subject: [PATCH] Reword message about reloading packages.. --- parser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser.go b/parser.go index bd673044..be91b4cb 100644 --- a/parser.go +++ b/parser.go @@ -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)