mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
gsocket: Improve wording in a warning message slightly
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
aab9cea326
commit
0387c15614
@ -603,7 +603,7 @@ socket_set_nonblock (int fd)
|
||||
#ifndef G_OS_WIN32
|
||||
if (!g_unix_set_fd_nonblocking (fd, TRUE, &error))
|
||||
{
|
||||
g_warning ("Error setting socket nonblocking: %s", error->message);
|
||||
g_warning ("Error setting socket to nonblocking mode: %s", error->message);
|
||||
g_clear_error (&error);
|
||||
}
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user