Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MTS-Socket by
Diff: TCPSocketConnection.cpp
- Revision:
- 22:966373d2930c
- Parent:
- 21:faff2c3248ec
diff -r faff2c3248ec -r 966373d2930c TCPSocketConnection.cpp
--- a/TCPSocketConnection.cpp Tue Jan 06 15:47:02 2015 +0000
+++ b/TCPSocketConnection.cpp Tue Jan 06 16:20:48 2015 +0000
@@ -13,7 +13,7 @@
int TCPSocketConnection::connect(const char* host, const int port)
{
if(!ip) {
- logError("IP pointer is null");
+ logError("IPstack object pointer is NULL");
return -1;
}
if (!ip->open(host, port, IPStack::TCP)) {
