Skip to content

Commit

Permalink
Whitelist debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedeer committed Jun 8, 2016
1 parent b081686 commit a971c17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1126,6 +1126,7 @@ int main(int argc, char *argv[])
case 'i':
/* Tox ID */
server_whitelist_mode = 1;
log_printf(L_DEBUG, "Server whitelist mode enabled");
allowed_toxid_obj = (allowed_toxid *)calloc(sizeof(allowed_toxid), 1);
if(!allowed_toxid_obj)
{
Expand Down

0 comments on commit a971c17

Please sign in to comment.