When testing with -###, we print the output to stdout, as that's the
main purpose of the link command (as it exits after printing).
When linking with -verbose, we continue and then get log messages
from the actual link. Those log messages are printed to stderr. By
printing the command to the same stream, we make sure they appear
in a sensible chronological order.