Skip to content

Commit 7ab22df

Browse files
committed
add extra logging
1 parent 41e63f7 commit 7ab22df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/utils/batch_utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ func PostCommentForBatch(batch *models.DiggerBatch, comment string, githubClient
2121
}
2222
return nil
2323
}
24+
log.Printf("Warning: Unknown vcs type: %v", batch.VCS)
2425
return nil
2526
}

0 commit comments

Comments
 (0)