summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/check-qemu-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install
index a53a35f0..1d9522f0 100755
--- a/scripts/check-qemu-install
+++ b/scripts/check-qemu-install
@@ -205,7 +205,7 @@ try:
#################################################
log.info('Installing system')
cmd = get_qemu_cmd('TESTVM', kvm, args.disk, args.iso)
- log.debug('Executing command: {cmd}')
+ log.debug(f'Executing command: {cmd}')
c = pexpect.spawn(cmd, logfile=stl)
#################################################