diff options
author | waker <wakeroid@gmail.com> | 2011-11-28 20:29:48 +0100 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2011-11-28 20:29:48 +0100 |
commit | a18dbfcbb883f57261c0e665736aa3f763ec5056 (patch) | |
tree | e85f7b757c36dcc87dc3973a8038263e603dc094 /plugins | |
parent | 5b006915c64d397964e62b23fee9277904844262 (diff) |
sndfile: replaced fprintf with trace
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sndfile/sndfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sndfile/sndfile.c b/plugins/sndfile/sndfile.c index eae39b86..f0f872e1 100644 --- a/plugins/sndfile/sndfile.c +++ b/plugins/sndfile/sndfile.c @@ -196,7 +196,7 @@ sndfile_init (DB_fileinfo_t *_info, DB_playItem_t *it) { default: info->read_as_short = 1; _info->fmt.bps = 16; - fprintf (stderr, "[sndfile] unidentified input format: 0x%X\n", inf.format&0x000f); + trace ("[sndfile] unidentified input format: 0x%X\n", inf.format&0x000f); break; } |