Mercurial > mplayer.hg
changeset 13379:82c0bbefcbd4
Reduce excessive verbosity a bit.
author | diego |
---|---|
date | Sat, 18 Sep 2004 14:17:45 +0000 |
parents | 1b2baad8f949 |
children | 1916851d90a3 |
files | loader/win32.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/win32.c Sat Sep 18 13:57:46 2004 +0000 +++ b/loader/win32.c Sat Sep 18 14:17:45 2004 +0000 @@ -5203,7 +5203,7 @@ } // printf("%x %x\n", &unk_exp1, &unk_exp2); - printf("External func %s:%d\n", library, ordinal); + dbgprintf("External func %s:%d\n", library, ordinal); for(i=0; i<sizeof(libraries)/sizeof(struct libs); i++) {