diff options
author | George Hazan <george.hazan@gmail.com> | 2015-02-07 19:36:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-02-07 19:36:41 +0000 |
commit | 5b304799fb995811a8686bab9e877cb235c21a2e (patch) | |
tree | 0e212481e8b6b92b82ae10fa6b6896f565e64bb4 /protocols/WhatsApp/src/WhatsAPI++/ISocketConnection.h | |
parent | 9540f9a510f3eaab57285c56198d270c648d54a1 (diff) |
correct log format
git-svn-id: http://svn.miranda-ng.org/main/trunk@12044 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/WhatsAPI++/ISocketConnection.h')
-rw-r--r-- | protocols/WhatsApp/src/WhatsAPI++/ISocketConnection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/WhatsAPI++/ISocketConnection.h b/protocols/WhatsApp/src/WhatsAPI++/ISocketConnection.h index 0661b23945..1aa9d92a49 100644 --- a/protocols/WhatsApp/src/WhatsAPI++/ISocketConnection.h +++ b/protocols/WhatsApp/src/WhatsAPI++/ISocketConnection.h @@ -20,7 +20,7 @@ public: virtual int waitForRead() = 0;
virtual void forceShutdown() = 0;
- virtual void log(const char *str) = 0;
+ virtual void log(const char *prefix, const char *str) = 0;
};
#endif /* ISOCKETCONNECTION_H_ */
|