tcp: Use a different log message and level if there's more addresses to try
authorMartin Storsjö <martin@martin.st>
Mon, 5 Aug 2013 16:44:20 +0000 (19:44 +0300)
committerMartin Storsjö <martin@martin.st>
Tue, 6 Aug 2013 07:39:39 +0000 (10:39 +0300)
commitabe5268c3328bf0e8fcfb7dc6e231b8920177c3a
tree653381611587be59fbaf17994872adf58f353a4d
parent2a0ec47bd70ebb79e8b2d2f956feeb3a813df798
tcp: Use a different log message and level if there's more addresses to try

This lowers the level of warnings printed if trying to connect
to a host name that provides both v6 and v4 addresses but the
service only is available on the v4 address (often occurring for
'localhost', with servers that aren't v6-aware).

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/network.c
libavformat/network.h
libavformat/tcp.c
libavformat/unix.c