summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doVerify.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/doVerify.go b/doVerify.go
index a87b65a..39019a0 100644
--- a/doVerify.go
+++ b/doVerify.go
@@ -32,6 +32,7 @@ func cleanNamespace(r *gitpb.Repo) string {
newpath, err := filepath.Rel(gowork, r.FullPath)
log.Info(newpath, gowork, "is gowork. fullpath:", r.FullPath)
if err != nil {
+ log.Info("cleanNamespace got err", newpath, err)
// relative path to gosrc or gowork is the namespace
return newpath
}