[OpenSmalltalk/opensmalltalk-vm] 70348c: Win32: Avoid flooding the console with messages fr...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] 70348c: Win32: Avoid flooding the console with messages fr...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 70348c9b677bf9abe51c250a76220212f86275fa
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/70348c9b677bf9abe51c250a76220212f86275fa
  Author: Eliot Miranda <[hidden email]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M platforms/win32/plugins/SocketPlugin/sqWin32NewNet.c
    M platforms/win32/vm/sqWin32Utils.c

  Log Message:
  -----------
  Win32: Avoid flooding the console with messages from sqConnectionStatus in
debug builds. Eliminate cr-lfs at the end of GetLastError in vprintLastError.
[ci skip] (cuz affects debug build only)