Set loglevel to error

Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
litetex 2021-08-05 20:26:17 +02:00 committed by GitHub
parent 51c60e5261
commit 1d61bb58f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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