summaryrefslogtreecommitdiff
path: root/stuff.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-09 11:44:55 -0500
committerJeff Carr <[email protected]>2025-10-09 13:16:00 -0500
commit6910b06ff957337af42f89c1a19072cb75c0ae74 (patch)
tree6cc3df581542417ebf4138206cf5b581c7719cee /stuff.go
parent95a24844db73df3e55d30b8f96e1e05c4974b71f (diff)
more fixes and touchupsv0.0.15
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)