]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/socket.cpp
Add information about the log message generation location to wxLog.
[wxWidgets.git] / src / common / socket.cpp
index 032b8f094e08960a8738b816971175a4e337463f..000d89b4648c4371bbacb81f1523136f917d2f3b 100644 (file)
@@ -819,7 +819,9 @@ void wxSocketBase::Init()
         // this Initialize() will be undone by wxSocketModule::OnExit(), all
         // the other calls to it should be matched by a call to Shutdown()
         if (!Initialize())
+        {
             wxLogError("Cannot initialize wxSocketBase");
+        }
     }
 }