Skip to content

Commit

Permalink
Merge pull request autotest#6020 from nanli1/fix_log_output_failed
Browse files Browse the repository at this point in the history
fix memory cases format output fail due regex issue
  • Loading branch information
chunfuwen authored Nov 29, 2024
2 parents 7e1077f + 4071f49 commit 0791fc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def adjust_virtio_mem_size_unit(params, test):
params.update({"target_size": target_size})
params.update({"request_size": request_size})

test.log.debug("Convert params: target_size to be %s, request_size to be",
test.log.debug("Convert params: target_size to be %s, request_size to be %s",
target_size, request_size)


Expand Down

0 comments on commit 0791fc0

Please sign in to comment.