better log message
All checks were successful
Pipeline was successful

This commit is contained in:
2023-11-13 21:21:58 +01:00
parent 48b4b273ee
commit 174c40c72c
2 changed files with 5 additions and 2 deletions

View File

@ -25,7 +25,7 @@ func DecomAgent(cfg *config.Config, agentId int64) error {
log.WithFields(log.Fields{
"Caller": "DecomAgent",
}).Debugf("Deleting %d agent from woodpecker", agentId)
}).Debugf("Deleting agent with id %d from woodpecker", agentId)
resp, err := http.DefaultClient.Do(req)
if err != nil {