Skip to content

Commit 691bce0

Browse files
committed
Don't pollutte std out
1 parent ceaff45 commit 691bce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/tech/httptoolkit/javaagent/AgentMain.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ fun interceptAllHttps(config: Config, instrumentation: Instrumentation) {
127127

128128
agentBuilder.installOn(instrumentation)
129129

130-
println("HTTP Toolkit interception active")
130+
System.err.println("HTTP Toolkit interception active")
131131
}
132132

133133
abstract class MatchingAgentTransformer(private val logger: TransformationLogger) : AgentBuilder.Transformer {

0 commit comments

Comments
 (0)