Skip to content

Commit 4b7aa7d

Browse files
committed
Correct debug output
Signed-off-by: Niels Thykier <[email protected]>
1 parent dbede84 commit 4b7aa7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apt-file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ sub start_pipe_to_cmd {
176176
or error("fdup stdout failed: $!");
177177
close($our_write_end)
178178
or error("close write end of pipe: $!");
179-
debug(1, "[${parser_pid}] starting " . join(' ', @cmd));
179+
debug(1, "Starting " . join(' ', @cmd));
180180
exec {$cmd[0]} @cmd
181181
or error('exec ' . join(' ', @cmd) . " failed: $!");
182182
}

0 commit comments

Comments
 (0)