From 1d49fe408ef7eedce13117464d00c8a4144bbe6b Mon Sep 17 00:00:00 2001 From: sje Date: Sat, 21 Jul 2007 02:50:55 +0000 Subject: show more info for unknown notification events git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@298 4f64403b-2f21-0410-a795-97e2b3489a10 --- MySpace/server_con.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MySpace/server_con.cpp') diff --git a/MySpace/server_con.cpp b/MySpace/server_con.cpp index e6ee1e3..aefb24c 100644 --- a/MySpace/server_con.cpp +++ b/MySpace/server_con.cpp @@ -755,7 +755,7 @@ void __cdecl ServerThreadFunc(void*) { && strcmp(kv.first.text, "BlogSubscriptionPost") != 0 && strcmp(kv.first.text, "€") != 0) { - NotifyUnknown(kv.first.text); + NotifyUnknown(kv.first.text, kv.second.text); } } } -- cgit v1.2.3