diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Gadu-Gadu/src/gg_proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/src/gg_proto.cpp b/protocols/Gadu-Gadu/src/gg_proto.cpp index 09502f85c3..30e9cbc5f9 100644 --- a/protocols/Gadu-Gadu/src/gg_proto.cpp +++ b/protocols/Gadu-Gadu/src/gg_proto.cpp @@ -123,7 +123,7 @@ GaduProto::~GaduProto() MCONTACT GaduProto::AddToList(int flags, PROTOSEARCHRESULT *pmsr)
{
#ifdef DEBUGMODE
- debugLogA("AddToList(): id=%s");
+ debugLogA("AddToList(): id=%S", pmsr->id.w);
#endif
GGSEARCHRESULT *psr = (GGSEARCHRESULT *)pmsr;
uin_t uin;
|