Bug 691815 - devicemanagerSUT should say what file it failed to pull when pull fails. r=jmaher

This commit is contained in:
William Lachance 2011-10-06 10:51:03 -04:00
parent 5284004019
commit 0da866fbc2

View File

@ -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