]> git.sesse.net Git - vlc/blobdiff - src/network/getaddrinfo.c
Whenever using select() companion macro FD_SET(), one must ensure that
[vlc] / src / network / getaddrinfo.c
index a6ff1fcb9e9d3ad66673ce8acc9ea096830cdef8..872ce7231218ecde3fe82d4f2cc93d2a367d6eb8 100644 (file)
@@ -702,7 +702,8 @@ int vlc_getaddrinfo( vlc_object_t *p_this, const char *node,
             /* NOTE: Using i_idn here would not be thread-safe */
             hints.ai_flags &= ~AI_IDN;
             i_idn = VLC_FALSE;
-            msg_Dbg( p_this, "I18n Domain Names not supported - disabled" );
+            msg_Dbg( p_this, "localized Domain Names not supported - " \
+                "disabled" );
         }
     }
 # endif