regression: minor update to ease debugging.

This commit is contained in:
Solomon Peachy 2019-03-19 19:23:50 -04:00
parent fdf53e2e0f
commit 11ff3e75d5
1 changed files with 5 additions and 0 deletions

View File

@ -143,6 +143,11 @@ if ($proc_count > 1 && $kid > 0) {
$ENV{"PPD"} = $ppd_fname;
$ENV{"DEVICE_URI"} = "gutenprint53+usb://$row[0]/12345678";
if (!$quiet) {
print "PPD=$ENV{PPD}\n";
print "DEVICE_URI=$ENV{DEVICE_URI}\n";
}
@args = ("/usr/sbin/cups-genppd.5.3", "-p", $work_dir, "-Z", "-q", $gp_name);
if (!$quiet) {
print join(":", @args) . "\n";