Add verbose option and hide most logging

This commit is contained in:
Iwan Timmer
2017-06-11 18:06:50 +02:00
parent d759cfdf37
commit e06a78130a
7 changed files with 41 additions and 6 deletions

View File

@@ -20,6 +20,8 @@
#include <Limelight.h>
#include <pthread.h>
#include <stdbool.h>
extern CONNECTION_LISTENER_CALLBACKS connection_callbacks;
extern pthread_t main_thread_id;
extern bool connection_debug;