Opened 8 years ago

Closed 8 years ago

#12686 closed enhancement (fixed)

printf's converted to TRACE in SoundPlayNode.cpp

Reported by: miqlas Owned by: Barrett
Priority: normal Milestone: Unscheduled
Component: Kits/Media Kit Version: R1/Development
Keywords: soundplaynode, printf, debug, trace Cc: miqlas@…
Blocked By: Blocking:
Platform: All

Description

It had some printf's what made the console audio players (like cmus) unusable, because it threw the debug log into the terminal. So i just converted them to TRACE. Thanks for PulkoMandy and Barrett for help.

Attachments (1)

printf_to_TRACE.patch (2.7 KB ) - added by miqlas 8 years ago.
Patch

Download all attachments as: .zip

Change History (6)

comment:1 by miqlas, 8 years ago

patch: 01

comment:2 by jscipione, 8 years ago

Status: newassigned

comment:3 by korli, 8 years ago

Well, fprintf() shouldn't be replaced with TRACE().

comment:4 by miqlas, 8 years ago

Revisited patch, thanks, korli!

by miqlas, 8 years ago

Attachment: printf_to_TRACE.patch added

Patch

comment:5 by Barrett, 8 years ago

Resolution: fixed
Status: assignedclosed

Applied in hrev50162, thanks!

Note: See TracTickets for help on using tickets.