1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-08 00:16:09 +00:00

Update Log_OC.java

Fix typos
This commit is contained in:
Bartosz Przybylski 2015-11-21 13:11:34 +01:00 committed by David A. Velasco
parent 080b3f56fc
commit 17325dd43f

View File

@ -124,12 +124,12 @@ public class Log_OC {
isEnabled = false;
} catch (IOException e) {
// Because we are stopping logging, we only lon to Android console.
// Because we are stopping logging, we only log to Android console.
Log.e("OC_Log", "Closing log file failed: ", e);
} catch (Exception e) {
// This catch should never fire because we do null check on mBuf.
// But just for the sake of stability let's log this odd situation.
// Because we are stopping logging, we only lon to Android console.
// Because we are stopping logging, we only log to Android console.
Log.e("OC_Log", "Stopping logging failed: ", e);
}
}