Show also names of unhandled VCard labels in log...
This commit is contained in:
parent
28ca4ba95e
commit
4800731b7c
1 changed files with 1 additions and 1 deletions
|
@ -669,7 +669,7 @@ static void *notify_user_info(PurpleConnection *gc, const char *who, PurpleNotif
|
|||
fullName = purple_notify_user_info_entry_get_value(vcardEntry);
|
||||
}
|
||||
else {
|
||||
std::cout << "UNHANDLED VCARD LABEL '" << vcardEntry << "' " << purple_notify_user_info_entry_get_value(vcardEntry) << "\n";
|
||||
std::cout << "UNHANDLED VCARD LABEL '" << purple_notify_user_info_entry_get_label(vcardEntry) << "' " << purple_notify_user_info_entry_get_value(vcardEntry) << "\n";
|
||||
}
|
||||
}
|
||||
vcardEntries = vcardEntries->next;
|
||||
|
|
Loading…
Add table
Reference in a new issue