Skip to content

Commit

Permalink
changed debug flag to DEBUG_MULTIPART as to avoid spamming console ou…
Browse files Browse the repository at this point in the history
…tput
  • Loading branch information
danieltwagner committed Feb 25, 2012
1 parent 6e49545 commit 12a2b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multipart_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "multipart_parser.h"

#ifdef DEBUG
#ifdef DEBUG_MULTIPART
#include <stdio.h>
#define log(M, ...) fprintf(stderr, "[HTTP_MULTIPART_PARSER] %s:%d: " M "\n", __FILE__, __LINE__, ##__VA_ARGS__)
#else
Expand Down

0 comments on commit 12a2b8d

Please sign in to comment.