Comment 8 for bug 610743

Revision history for this message
Joshua Judson Rosen (rozzin) wrote :

If I do...:

        egrep '(^|\s)printf|(fprintf.*std)' src/*.c

... then it looks like there are quite a number of uses of stdout/stderr that probably should be replaced with calls to g_log()—or even be outright eliminated (do we really want to be logging all of those function-names, every time the functions are called?).