gsch2pcb: Show subprocess output in verbose mode.
commit18f88729bec5c5ef120d123ce7dcee7537bc6c04
authorPeter TB Brett <peter@peter-b.co.uk>
Sun, 11 Dec 2011 02:03:37 +0000 (11 02:03 +0000)
committerPeter TB Brett <peter@peter-b.co.uk>
Sun, 11 Dec 2011 02:11:40 +0000 (11 02:11 +0000)
treed124b16f2612fe0136c0616e42ac7ac5118ae638
parent574c85ad6decf49fc64bad0214f045a69fe1d1c3
gsch2pcb: Show subprocess output in verbose mode.

Commit fdd787ab8698 prevented gsch2pcb from ever outputting subprocess
standard output, even in verbose mode.  However, sometimes it's useful
to see the output of subprocesses, e.g. backend configuration info
from the gsch2pcb gnetlist backend.  This patch makes gsch2pcb output
subprocess standard output when in verbose mode, but suppress it
normally.

Closes-bug: lp-713968
utils/src/gsch2pcb.c