Skip to content

Commit

Permalink
fix: incorrect fmt type
Browse files Browse the repository at this point in the history
(cherry picked from commit 4c21c7a)
  • Loading branch information
CertainLach authored and marmarek committed Dec 8, 2024
1 parent 317cb3e commit 445b1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes/tools/qmemmand.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def meminfo_changed(self, domain_id):

system_state.refresh_meminfo(domain_id, untrusted_meminfo_key)
except: # pylint: disable=bare-except
self.log.exception('Updating meminfo for %d failed', domain_id)
self.log.exception('Updating meminfo for %s failed', domain_id)
self.log.debug('global_lock released')

def watch_loop(self):
Expand Down

0 comments on commit 445b1ee

Please sign in to comment.