asynctask: Whitespace in log message removed... again.

This commit is contained in:
eho 2018-03-29 09:28:42 +02:00
parent f08653dd6b
commit c26ea917e4

View file

@ -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;
}