Skip to content

Commit c5441df

Browse files
committed
q-dev: Attention -> Warning
1 parent 78f183d commit c5441df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qubesadmin/tools/qvm_device.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def assign_device(args):
244244
# retrieve current port info
245245
assignment = DeviceAssignment(args.device, mode=mode, options=options)
246246
if is_on_deny_list(args.device, vm) and not args.quiet:
247-
print("Attention: The assigned device is on the denied list: "
247+
print("Warning: The assigned device is on the denied list: "
248248
f"{DEVICE_DENY_LIST}\n Auto-attach will work, "
249249
f"but make sure that the assignment is correct.")
250250
if (vm.is_running() and not assignment.attached

0 commit comments

Comments
 (0)