summaryrefslogtreecommitdiff
path: root/stuff.go
diff options
context:
space:
mode:
Diffstat (limited to 'stuff.go')
-rw-r--r--stuff.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/stuff.go b/stuff.go
index faf4cbb..ca3a618 100644
--- a/stuff.go
+++ b/stuff.go
@@ -39,7 +39,7 @@ func scanDebs(root string, count int) ([]DebInfo, error) {
if counter > count {
return nil
}
- log.Printf(" -> Processing %s", path)
+ log.Printf(" -> Processing %s\n", path)
// Get control info
cmd := exec.Command("dpkg-deb", "-I", path)