http://bugs.winehq.org/show_bug.cgi?id=27974
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com 2012-06-12 18:48:13 CDT --- IMO you can simply disable debug while playing so you won't get these messages. You can disable a specific channel like winsock with WINEDEBUG=-winsock wine <app>. Or disable everything using WINEDEBUG=-all wine <app>.
That "error" is important specially when debugging socket applications so we can know that a connection attempt is being made.