1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 03:06:45 +02:00

Add option for toxcore logging in stderr

This commit is contained in:
jfreegman
2020-05-04 16:15:24 -04:00
parent 16d96d6faf
commit 4bfb344caa
4 changed files with 35 additions and 4 deletions

View File

@ -89,6 +89,7 @@ struct arg_opts {
bool no_connect;
bool encrypt_data;
bool unencrypt_data;
bool logging;
char nameserver_path[MAX_STR_SIZE];
char config_path[MAX_STR_SIZE];