Skip to content

Commit

Permalink
For this debug output, info is more approptiate than warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoehermann committed Sep 28, 2024
1 parent badf076 commit 9c104e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c/groups.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ void presage_handle_groups(PurpleConnection *connection, const Group *groups, ui

// TODO: add group to blist
for (uint64_t i = 0; i < length; i++) {
purple_debug_warning(PLUGIN_NAME, "got group %s „%s“ with %" PRIu64 " members\n", groups[i].key, groups[i].title, groups[i].population);
purple_debug_info(PLUGIN_NAME, "got group %s „%s“ with %" PRIu64 " members\n", groups[i].key, groups[i].title, groups[i].population);
if (groups[i].population == 0) {
// An empty group. This is not a group, but rather a contact.
// TODO: Declare an addtional type for more clarity. Use separate code-paths.
Expand Down

0 comments on commit 9c104e9

Please sign in to comment.