Skip to content

Commit

Permalink
qvm-start-daemon: fix TypeError in message
Browse files Browse the repository at this point in the history
  • Loading branch information
fepitre committed May 3, 2024
1 parent c779d0d commit a1b6764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubesadmin/tools/qvm_start_daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ def cleanup_pacat_process(self, xid):
"Sent SIGTERM signal to pacat-simple-vchan process %d", pid)
except OSError:
log.error("Failed to send SIGTERM signal for the"
" pacat-simple-vchan with xid of %d", xid)
" pacat-simple-vchan with xid of %s", xid)
os.unlink(config_file)

def register_events(self, events):
Expand Down

0 comments on commit a1b6764

Please sign in to comment.