summaryrefslogtreecommitdiff
path: root/doCheckout.go
diff options
context:
space:
mode:
Diffstat (limited to 'doCheckout.go')
-rw-r--r--doCheckout.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/doCheckout.go b/doCheckout.go
index eb85818..be3cffa 100644
--- a/doCheckout.go
+++ b/doCheckout.go
@@ -107,6 +107,7 @@ func rillCheckoutUser(repo *gitpb.Repo) error {
return nil
}
if err := repo.CheckoutUser(); err != nil {
+ log.Info(repo.GetFullPath(), err)
return err
}
return nil