]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virCommand: Extend debug message for handshake
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 30 May 2012 12:17:26 +0000 (14:17 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 30 May 2012 12:47:56 +0000 (14:47 +0200)
commit7454849ec5489c7b52d3b41a8022f2bc6fda9eee
tree5cc3daa9b3d23fa8bafbc92922fc958953f0ffc1
parent87dfdb0b92f234a08408332095454260f1c86917
virCommand: Extend debug message for handshake

Currently, we are logging only one side of pipes we
create in virCommandRequireHandshake(); This is enough
in cases where pipe2() returns two consecutive FDs. However,
it is not guaranteed and it may return any FDs.
Therefore, it's wise to log the other ends as well.
src/util/command.c