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