Skip to content
Snippets Groups Projects
Commit 8a8cccaf authored by Travis Glenn Hansen's avatar Travis Glenn Hansen
Browse files

removing a newline from logging

parent 659b13c8
No related branches found
No related tags found
No related merge requests found
...@@ -651,7 +651,7 @@ void announce (const char *channel, const char *message) ...@@ -651,7 +651,7 @@ void announce (const char *channel, const char *message)
} }
subscription_i = subscription_i->next; subscription_i = subscription_i->next;
} }
fanout_debug (2, "announced messge %s\n", s); fanout_debug (2, "announced messge %s", s);
free (s); free (s);
} }
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment