summaryrefslogtreecommitdiff
path: root/internal/queue/queue.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/queue/queue.go')
-rw-r--r--internal/queue/queue.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/queue/queue.go b/internal/queue/queue.go
index cc9de9c..397c438 100644
--- a/internal/queue/queue.go
+++ b/internal/queue/queue.go
@@ -110,7 +110,7 @@ func queuePlatforms(args config.Args) error {
// Keep queued items in trash for a while.
trashPath := filepath.Join(trashDir, strings.TrimSuffix(filepath.Base(en.Path), ".queued")+".trash")
- colour.Infof("Trashing %s -> %s", en.Path, trashPath)
+ colour.Infofln("Trashing %s -> %s", en.Path, trashPath)
if err := oi.EnsureParentDir(trashPath); err != nil {
return err
}