Skip to content

Commit

Permalink
Suppress more xlat debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Mar 19, 2014
1 parent 339fd27 commit 026444f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main/xlat.c
Expand Up @@ -1642,11 +1642,7 @@ static ssize_t xlat_tokenize_request(REQUEST *request, char const *fmt, xlat_exp
return slen;
}

if (*head
#ifndef XLAT_DEBUG
&& (debug_flag > 2)
#endif
) {
if (*head && (debug_flag > 2)) {
DEBUG("%s", fmt);
DEBUG("Parsed xlat tree:");
xlat_tokenize_debug(*head, 0);
Expand Down

0 comments on commit 026444f

Please sign in to comment.