Skip to content

Commit de845c0

Browse files
authored
migration: enhance debug log (#4243)
Signed-off-by: Dan Zheng <dzheng@redhat.com>
1 parent b8917dd commit de845c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

virttest/migration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ def check_result(self, result, params):
855855
% (err_msg, result.stderr_text.strip())
856856
)
857857
else:
858-
LOG.debug("It is the expected error message")
858+
LOG.debug("It is the expected error message:\n%s", err_msg)
859859
else:
860860
if int(result.exit_status) != 0:
861861
LOG.debug("Migration failure is expected result")

0 commit comments

Comments
 (0)