diff --git a/cloner/cloner.go b/cloner/cloner.go index 667db83..fd10228 100644 --- a/cloner/cloner.go +++ b/cloner/cloner.go @@ -135,6 +135,7 @@ func (m *Cloner) getMissingAssets(srcACollection, dstACollection []*NexusAsset) } gLog.Info().Msgf("There are %d missing assets in destination repository. Filelist u can see in debug logs.", len(missingAssets)) + gLog.Info().Msgf("%d assets was skipped because of regexp match.", skippedAssets) return }