Skip to content

Commit

Permalink
verbose: show NixVirt
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyYakeley committed Jan 13, 2025
1 parent 4c8c8fa commit 3e66d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/nixvirt.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self,uri,verbose):

def vreport(self,msg):
if self.verbose:
print (self.driver + " " + msg, file=sys.stderr)
print ("NixVirt: " + self.driver + ": " + msg, file=sys.stderr)

class ObjectConnection:
def __init__(self,type,session):
Expand Down

0 comments on commit 3e66d99

Please sign in to comment.