Skip to content

Commit 56b59bb

Browse files
committed
Added NAWS status to Debug 'summary'
1 parent baa6353 commit 56b59bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

world_debug.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,8 +1367,8 @@ VARIANT CMUSHclientDoc::Debug(LPCTSTR Command)
13671367

13681368
CString strStatus = GetConnectionStatus (m_iConnectPhase);
13691369

1370-
Note (TFormat ("Connect phase: %i (%s)",
1371-
m_iConnectPhase, (LPCTSTR) strStatus));
1370+
Note (TFormat ("Connect phase: %i (%s). NAWS wanted: %s",
1371+
m_iConnectPhase, (LPCTSTR) strStatus, SHOW_TRUE (m_bNAWS)));
13721372

13731373
__int64 nInK = m_nBytesIn / (__int64) 1024;
13741374
__int64 nOutK = m_nBytesOut / (__int64) 1024;

0 commit comments

Comments
 (0)