summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_contacts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Steam/src/steam_contacts.cpp')
-rw-r--r--protocols/Steam/src/steam_contacts.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_contacts.cpp b/protocols/Steam/src/steam_contacts.cpp
index ea8ca5cfd8..e05a3f83a4 100644
--- a/protocols/Steam/src/steam_contacts.cpp
+++ b/protocols/Steam/src/steam_contacts.cpp
@@ -256,7 +256,8 @@ void CSteamProto::UpdateContactDetails(MCONTACT hContact, const JSONNode &data)
void CSteamProto::ContactIsFriend(MCONTACT hContact)
{
- debugLogA("Contact %d added to a friends list");
+ debugLogA("Contact %d added to a friends list", hContact);
+
delSetting(hContact, "AuthAsked");
delSetting(hContact, "Auth");
delSetting(hContact, "Grant");