Changeset 2d6d64d40eaed29224bead936f613e8461977c04

Show
Ignore:
Timestamp:
21/11/06 04:53:22 (2 years ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1164081202 +0000
git-parent:

[4eb6e55cb2fa3828da9bc5d6b3ac2dbea15099bf]

git-author:
Rafaël Carré <funman@videolan.org> 1164081202 +0000
Message:

Debug messages shouldn't be shown with printf

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/playlist/services_discovery.c

    r420d5f1 r2d6d64d  
    4545            if( *psz_parser == '\0' ) 
    4646                break; 
    47             fprintf(stderr,"Add %s\n", psz_parser); 
     47            msg_Dbg( p_playlist, "Add services_discovery %s", psz_parser ); 
    4848            /* Perform the addition */ 
    4949            {