Fix logging in content provider restore component

This commit is contained in:
Steve Soltys 2019-02-22 01:11:05 -05:00
parent 03c92efc24
commit 0b5cc1a798

View file

@ -87,7 +87,7 @@ public class ContentProviderRestoreComponent implements RestoreComponent {
restoreState.setZipEntries(zipEntries);
} catch (Exception ex) {
Log.e(TAG, "Salt not found", ex);
Log.e(TAG, "Error while caching zip entries", ex);
}
return TRANSPORT_OK;