Changeset 2d6d64d40eaed29224bead936f613e8461977c04
- 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
| r420d5f1 |
r2d6d64d |
|
| 45 | 45 | if( *psz_parser == '\0' ) |
|---|
| 46 | 46 | break; |
|---|
| 47 | | fprintf(stderr,"Add %s\n", psz_parser); |
|---|
| | 47 | msg_Dbg( p_playlist, "Add services_discovery %s", psz_parser ); |
|---|
| 48 | 48 | /* Perform the addition */ |
|---|
| 49 | 49 | { |
|---|