a762cc1
diff -up esound-0.2.38/esdlib.c.spew esound-0.2.38/esdlib.c
a762cc1
--- esound-0.2.38/esdlib.c.spew	2007-04-19 10:43:59.000000000 -0400
a762cc1
+++ esound-0.2.38/esdlib.c	2007-09-19 08:45:44.000000000 -0400
a762cc1
@@ -479,7 +479,6 @@ esd_connect_tcpip(const char *host)
a762cc1
          strcpy ( connect_host, "localhost" );
a762cc1
 
a762cc1
        if ( getaddrinfo ( connect_host, NULL, &hints, &result ) != 0 ) {
a762cc1
-         printf ("Usage:program_name [address][:port]");
a762cc1
          return (-1);
a762cc1
        }
a762cc1