mirror of
https://github.com/nextcloud/android.git
synced 2024-11-30 08:00:29 +03:00
asynctask: Whitespace in log message removed... again.
This commit is contained in:
parent
f08653dd6b
commit
c26ea917e4
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class LoadingVersionNumberTask extends AsyncTask<String, Void, Integer> {
|
|||
Log_OC.e(TAG, "Error loading version number", e);
|
||||
}
|
||||
} catch (MalformedURLException e) {
|
||||
Log_OC.e(TAG, "Malformed URL ", e);
|
||||
Log_OC.e(TAG, "Malformed URL", e);
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue