]> git.sesse.net Git - vlc/commitdiff
src/libvlc-common.c: Print a msg_Info on how to launch VLC without interface.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 24 Nov 2007 00:58:45 +0000 (00:58 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 24 Nov 2007 00:58:45 +0000 (00:58 +0000)
src/libvlc-common.c

index 734930b214c849b053383971b7087e306e92b862..2c83d899054b12b3fdacd4a7bd69c5b3a4c60e26 100644 (file)
@@ -214,6 +214,7 @@ libvlc_int_t * libvlc_InternalCreate( void )
     /* Announce who we are - Do it only for first instance ? */
     msg_Dbg( p_libvlc, COPYRIGHT_MESSAGE );
     msg_Dbg( p_libvlc, "libvlc was configured with %s", CONFIGURE_LINE );
+    msg_Info( p_libvlc, "Running vlc with the default interface. Use 'cvlc' to use vlc without interface.");
 
     /* Initialize mutexes */
     vlc_mutex_init( p_libvlc, &p_libvlc->config_lock );