Opened 9 years ago
Closed 9 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)
Change History (6)
comment:1 by , 9 years ago
patch: | 0 → 1 |
---|
comment:2 by , 9 years ago
Status: | new → assigned |
---|
comment:3 by , 9 years ago
comment:5 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Applied in hrev50162, thanks!
Note:
See TracTickets
for help on using tickets.
Well, fprintf() shouldn't be replaced with TRACE().