mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-14 18:43:01 +01:00
Show toxcore TRACE logging messages
I'm not sure why this was disabled. It shouldn't be.
This commit is contained in:
parent
398aecdd92
commit
e8388bf20c
@ -258,10 +258,6 @@ void cb_toxcore_logger(Tox *m, TOX_LOG_LEVEL level, const char *file, uint32_t l
|
|||||||
{
|
{
|
||||||
UNUSED_VAR(m);
|
UNUSED_VAR(m);
|
||||||
|
|
||||||
if (level == TOX_LOG_LEVEL_TRACE) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
FILE *fp = (FILE *)user_data;
|
FILE *fp = (FILE *)user_data;
|
||||||
|
|
||||||
if (!fp) {
|
if (!fp) {
|
||||||
|
Loading…
Reference in New Issue
Block a user