Johannes Abt
-
2010-11-29
Instrumented programs should not print messages on System.out. Otherwise you cannot use instrumented programs in UNIX-style pipe processing.
I suggest that code added by the instrumentation prints its messages on System.err (see patch). Futhermore, there should be a switch that turns off these messages completely.