mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-24 05:55:39 +03:00
change logging
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
ee63c3dbc1
commit
e940234863
1 changed files with 1 additions and 1 deletions
|
@ -1044,7 +1044,7 @@ class ConversationInfoActivity :
|
|||
|
||||
@SuppressLint("LongLogTag")
|
||||
override fun onError(e: Throwable) {
|
||||
Log.e(TAG, "Error toggling moderator status", e)
|
||||
Log.e(TAG, "Error toggling moderator status (legacy)", e)
|
||||
}
|
||||
|
||||
override fun onComplete() {
|
||||
|
|
Loading…
Reference in a new issue