Migrations with xl migrate --debug will fail because debugging information from the receiving process is written to the stdout channel. This channel is also used for status messages so the migration will fail as the sending process receives an unexpected message. This patch moves the debugging information to the stderr channel.

Version 2 moves some output back to stdout that was accidentally moved to stderr in the first version.

Signed-off-by: Michael Young <m.a.yo...@durham.ac.uk>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to