Set loglevel to error
Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
parent
51c60e5261
commit
1d61bb58f5
|
@ -72,7 +72,7 @@ public class CommentsMiniInfoItemHolder extends InfoItemHolder {
|
|||
}
|
||||
return streamUrl + url.replace(match.group(0), "#timestamp=" + timestamp);
|
||||
} 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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue