Skip to content

Commit

Permalink
Adding #ifdef DEBUG_MAP for map_dump()
Browse files Browse the repository at this point in the history
  • Loading branch information
jpereira committed Oct 8, 2015
1 parent 88e0e9e commit 3722e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/map.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RCSID("$Id$")

#include <ctype.h>

#if 0
#ifdef DEBUG_MAP
static void map_dump(REQUEST *request, vp_map_t const *map)
{
RDEBUG(">>> MAP TYPES LHS: %s, RHS: %s",
Expand Down

0 comments on commit 3722e70

Please sign in to comment.