summaryrefslogtreecommitdiff
path: root/doNormal.go
diff options
context:
space:
mode:
Diffstat (limited to 'doNormal.go')
-rw-r--r--doNormal.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doNormal.go b/doNormal.go
index d9aee18..cf6b64d 100644
--- a/doNormal.go
+++ b/doNormal.go
@@ -158,7 +158,7 @@ func checkNormalRepoState(repo *gitpb.Repo) error {
var err error
tmp := filepath.Join(ENV.Get("gopath"), repo.GetNamespace())
if tmp != repo.FullPath {
- log.Infof("%s != %s\n", repo.FullPath, tmp)
+ log.Infof("checkNormalRepoState() %s != %s\n", repo.FullPath, tmp)
if strings.HasPrefix(repo.FullPath, ENV.Get("gopath")) {
tmp = strings.TrimPrefix(repo.FullPath, ENV.Get("gopath"))
tmp = strings.Trim(tmp, "/")