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.
2 parents 67c73d2 + 0cfc4bb commit acf432aCopy full SHA for acf432a
mono/metadata/threadpool-io.c
@@ -189,7 +189,7 @@ selector_thread_wakeup_drain_pipes (void)
189
break;
190
if (received == SOCKET_ERROR) {
191
if (WSAGetLastError () != WSAEINTR && WSAGetLastError () != WSAEWOULDBLOCK)
192
- g_warning ("selector_thread_wakeup_drain_pipes: recv () failed, error (%d) %s\n", WSAGetLastError ());
+ g_warning ("selector_thread_wakeup_drain_pipes: recv () failed, error (%d)\n", WSAGetLastError ());
193
194
}
195
#endif
@@ -714,4 +714,4 @@ mono_threadpool_io_remove_domain_jobs (MonoDomain *domain)
714
g_assert_not_reached ();
715
716
717
-#endif
+#endif
0 commit comments