Skip to content

Commit

Permalink
englify
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@10245 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Aug 9, 2015
1 parent 33b3fef commit ed6d377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/codecs/cuda_common/cuda_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def select_device(preferred_device_id=-1, preferred_device_name=CUDA_DEVICE_NAME
for list_name, device_list in {"OK" : ok_devices, "failing" : nok_devices}.items():
selected_device_id = None
selected_device = None
log("will test %s devices from %s list: %s", len(device_list), list_name, device_list)
log("will test %s device%s from %s list: %s", len(device_list), engs(device_list), list_name, device_list)
for device_id in device_list:
context = None
try:
Expand Down

0 comments on commit ed6d377

Please sign in to comment.