Set loglevel to error

Co-authored-by: Stypox <stypox@pm.me>
pull/6851/head
litetex 2021-08-05 20:26:17 +02:00 zatwierdzone przez GitHub
rodzic 51c60e5261
commit 1d61bb58f5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -72,7 +72,7 @@ public class CommentsMiniInfoItemHolder extends InfoItemHolder {
} }
return streamUrl + url.replace(match.group(0), "#timestamp=" + timestamp); return streamUrl + url.replace(match.group(0), "#timestamp=" + timestamp);
} catch (final Exception ex) { } catch (final Exception ex) {
Log.d(TAG, "Unable to process url='" + url + "' as timestampLink", ex); Log.e(TAG, "Unable to process url='" + url + "' as timestampLink", ex);
return url; return url;
} }
} }