Skip to content

Commit

Permalink
Add delimiter when printing outgoing message in debug log.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoehermann committed Apr 18, 2021
1 parent efb0d47 commit fb7df4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion direct.c
Expand Up @@ -40,7 +40,7 @@ signald_send_im(PurpleConnection *pc,
const gchar *who, const gchar *message, PurpleMessageFlags flags)
{
#endif
purple_debug_info(SIGNALD_PLUGIN_ID, "signald_send_im: flags: %x msg:%s\n", flags, message);
purple_debug_info(SIGNALD_PLUGIN_ID, "signald_send_im: flags: %x msg: »%s«\n", flags, message);

if (purple_strequal(who, SIGNALD_UNKNOWN_SOURCE_NUMBER)) {
return 0;
Expand Down

0 comments on commit fb7df4c

Please sign in to comment.