We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa6353 commit 56b59bbCopy full SHA for 56b59bb
world_debug.cpp
@@ -1367,8 +1367,8 @@ VARIANT CMUSHclientDoc::Debug(LPCTSTR Command)
1367
1368
CString strStatus = GetConnectionStatus (m_iConnectPhase);
1369
1370
- Note (TFormat ("Connect phase: %i (%s)",
1371
- m_iConnectPhase, (LPCTSTR) strStatus));
+ Note (TFormat ("Connect phase: %i (%s). NAWS wanted: %s",
+ m_iConnectPhase, (LPCTSTR) strStatus, SHOW_TRUE (m_bNAWS)));
1372
1373
__int64 nInK = m_nBytesIn / (__int64) 1024;
1374
__int64 nOutK = m_nBytesOut / (__int64) 1024;
0 commit comments