mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 691815 - devicemanagerSUT should say what file it failed to pull when pull fails. r=jmaher
This commit is contained in:
parent
5284004019
commit
0da866fbc2
@ -684,7 +684,7 @@ class DeviceManagerSUT(DeviceManager):
|
||||
return None
|
||||
# prompt should follow
|
||||
read_exact(len(prompt), buffer, 'could not find prompt')
|
||||
print 'DeviceManager: error pulling file: %s' % error_str
|
||||
print "DeviceManager: error pulling file '%s': %s" % (remoteFile, error_str)
|
||||
return None
|
||||
|
||||
# read file data
|
||||
|
Loading…
Reference in New Issue
Block a user