improve log

This commit is contained in:
André Roth
2024-11-01 20:01:45 +01:00
parent f79423a4ee
commit 0ceff44421
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ func aptlyPublishSourceReplace(cmd *commander.Command, args []string) error {
revision := published.ObtainRevision() revision := published.ObtainRevision()
sources := revision.Sources sources := revision.Sources
context.Progress().Printf("Clearing staged source list...\n") context.Progress().Printf("Replacing source list...\n")
clear(sources) clear(sources)
for i, component := range components { for i, component := range components {

View File

@@ -1,4 +1,4 @@
Clearing staged source list... Replacing source list...
Adding component 'main-new' with source 'snap2' [snapshot]... Adding component 'main-new' with source 'snap2' [snapshot]...
Adding component 'test-new' with source 'snap3' [snapshot]... Adding component 'test-new' with source 'snap3' [snapshot]...