]> git.sesse.net Git - vlc/blobdiff - modules/misc/sap.c
* ./modules/audio_output/alsa.c: updated requirements to 0.9.0beta10a in
[vlc] / modules / misc / sap.c
index e4d0fc38b96ae14caeae4d59918c50a6717aa696..f5837ae54ea704e7a6ca398589a9406b0fb591cb 100644 (file)
@@ -2,7 +2,7 @@
  * sap.c :  SAP interface module
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: sap.c,v 1.5 2002/12/10 00:02:29 gitan Exp $
+ * $Id: sap.c,v 1.6 2003/01/02 23:50:55 massiot Exp $
  *
  * Authors: Arnaud Schauly <gitan@via.ecp.fr>
  *
@@ -186,7 +186,7 @@ static void Run( intf_thread_t *p_intf )
 
     if( !( p_network = module_Need( p_intf, "network", psz_network ) ) )
     {
-        msg_Err( p_intf, "failed to open a connection (udp)" );
+        msg_Warn( p_intf, "failed to open a connection (udp)" );
         return;
     }
     module_Unneed( p_intf, p_network );