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

Merge pull request #7 from MarcSchmitzer/master

Typo in debug message
parents cd66042f e436d51b
No related branches found
No related tags found
No related merge requests found
...@@ -1150,7 +1150,7 @@ resetting counter\n"); ...@@ -1150,7 +1150,7 @@ resetting counter\n");
} }
subscription_i = subscription_i->next; subscription_i = subscription_i->next;
} }
fanout_debug (2, "announced messge to %d client(s) %s", fanout_debug (2, "announced message to %d client(s) %s",
get_channel (channel)->subscription_count, s); get_channel (channel)->subscription_count, s);
if (announcements_count == ULLONG_MAX) { if (announcements_count == ULLONG_MAX) {
fanout_debug (1, "wow, you've announced alot..resetting counter\n"); fanout_debug (1, "wow, you've announced alot..resetting counter\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment