diff options
Diffstat (limited to 'stuff.go')
| -rw-r--r-- | stuff.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
