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 026444f commit 703ddda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/xlat.c
Expand Up @@ -2266,8 +2266,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 703ddda

Please sign in to comment.