Skip to content

Commit bbe4bd7

Browse files
Clarify logging in unzip method
1 parent 351cea5 commit bbe4bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/inputstreamhelper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def _unzip_widevine_cdm(self, zip_path):
219219
busy_dialog.create()
220220
for filename in zip_obj.namelist():
221221
if filename.endswith(config.WIDEVINE_CDM_EXTENSIONS):
222-
self._log('Widevine CDM found at: {0}'.format(os.path.join(zip_path, filename)))
222+
self._log('Widevine CDM found in zip: {0}'.format(os.path.join(zip_path, filename)))
223223
zip_obj.extract(filename, self._cdm_path())
224224
busy_dialog.close()
225225
return True

0 commit comments

Comments
 (0)