Skip to content

Commit

Permalink
Added guideline for verbose level
Browse files Browse the repository at this point in the history
  • Loading branch information
Ximelele committed May 15, 2024
1 parent 1cab122 commit 9723f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/sse/forward.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ static int n_peers;
static int max_peers;
static struct peer_s *peers;
static struct pollfd *fds;
static int verbose_level;
static int verbose_level; // 1-nothing 2-malloc 3-input 4-parser 5-all

int will_hangup(int idx) {
return (peers[idx].fd == -1);
Expand Down

0 comments on commit 9723f64

Please sign in to comment.