Skip to content

Commit

Permalink
Don't indent debugging messages so much
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Mar 19, 2014
1 parent 35a8368 commit 41fe75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/xlat.c
Expand Up @@ -2183,8 +2183,8 @@ static ssize_t xlat_expand(char **out, size_t outlen, REQUEST *request, char con
return len;
}

RDEBUG2("\tEXPAND %s", fmt);
RDEBUG2("\t --> %s", buff);
RDEBUG2("EXPAND %s", fmt);
RDEBUG2(" --> %s", buff);

if (!*out) {
*out = buff;
Expand Down

0 comments on commit 41fe75d

Please sign in to comment.