Fix logging in content provider restore component
This commit is contained in:
parent
03c92efc24
commit
0b5cc1a798
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ public class ContentProviderRestoreComponent implements RestoreComponent {
|
||||||
restoreState.setZipEntries(zipEntries);
|
restoreState.setZipEntries(zipEntries);
|
||||||
|
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
Log.e(TAG, "Salt not found", ex);
|
Log.e(TAG, "Error while caching zip entries", ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
return TRANSPORT_OK;
|
return TRANSPORT_OK;
|
||||||
|
|
Loading…
Reference in a new issue