commit | 013a29424c9a1e4a74a108bbc117fef5581abb41 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Nov 13 13:16:27 2015 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Dec 17 17:33:47 2015 +0100 |
tree | 7be6e29c75f4ded55f0c5502724ec0c9af251990 | |
parent | 31e38a22a0c5a25646f966f001e1f5513d5a186d [diff] |
qemu-log: introduce qemu_log_separate In some cases, the same message is printed both on stderr and in the log. Avoid duplicate output in the default case where stderr _is_ the log, and standardize this to stderr+log where it used to use stdio+log. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>