Skip to content

Commit

Permalink
turned off ddebug in some source files.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Dec 29, 2009
1 parent a19fde4 commit e79a068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ngx_http_drizzle_module.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Copyright (C) chaoslawful */
/* Copyright (C) agentzh */

#define DDEBUG 1
#define DDEBUG 0
#include "ddebug.h"

#include "ngx_http_drizzle_module.h"
Expand Down
2 changes: 1 addition & 1 deletion src/ngx_http_upstream_drizzle.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Copyright (C) agentzh */

#define DDEBUG 1
#define DDEBUG 0
#include "ddebug.h"

#include "ngx_http_drizzle_module.h"
Expand Down

0 comments on commit e79a068

Please sign in to comment.