From b497b3384d42a7a597c2946a325d177faece1f1a7f5284ea6e522be522125dbb Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Mon, 15 Jul 2024 21:16:01 +0200 Subject: [PATCH] . --- bots-common/git_utils.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bots-common/git_utils.go b/bots-common/git_utils.go index f47e9d7..a8dced2 100644 --- a/bots-common/git_utils.go +++ b/bots-common/git_utils.go @@ -443,6 +443,8 @@ func (e *RequestHandler) GitSubmoduleCommitId(cwd, packageName, commitId string) foundLock.Lock() + e.Log("getting commit id '%s' from git at '%s' with packageName: %s", commitId, cwd, packageName) + go func() { defer foundLock.Unlock() defer close(data_out.ch)