Skip to content

Commit

Permalink
Align debugging output to the output produced by addstr()
Browse files Browse the repository at this point in the history
Signed-off-by: DL6ER <[email protected]>
  • Loading branch information
DL6ER committed Apr 5, 2019
1 parent 540dba6 commit e243605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resolve.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ void resolveClients(bool onlynew)
else if(config.debug & DEBUG_SHMEM)
{
// Debugging output
logg("Not adding \"%s\" (unchanged)", name);
logg("Not adding \"%s\" to buffer (unchanged)", name);
}

// Release allocated memory
Expand Down Expand Up @@ -159,7 +159,7 @@ void resolveForwardDestinations(bool onlynew)
else if(config.debug & DEBUG_SHMEM)
{
// Debugging output
logg("Not adding \"%s\" (unchanged)", name);
logg("Not adding \"%s\" to buffer (unchanged)", name);
}

// Release allocated memory
Expand Down

0 comments on commit e243605

Please sign in to comment.