Reduced logging

This commit is contained in:
M66B 2021-12-05 16:32:17 +01:00
parent 5cd288337e
commit 8c241598ca
1 changed files with 1 additions and 1 deletions

View File

@ -5552,7 +5552,7 @@ class Core {
joined = true;
}
} catch (InterruptedException ex) {
Log.e(new Throwable(name, ex));
Log.i(new Throwable(name, ex));
}
}