Fix: Send the correct Java agent return code when disabling events
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 6 Aug 2015 17:41:50 +0000 (13:41 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 6 Aug 2015 20:03:51 +0000 (16:03 -0400)
commit2c2403496ae4416e535ff9eb689f6be25af6e47f
treea3cf0e9a52aedfe2932715b73a4a244afb74d208
parentcbaa5167aa7657b68c8137645bed915adf65596f
Fix: Send the correct Java agent return code when disabling events

When receiving a "disable event" command from the sessiond for
an event that is not known, the Java agent should send the
"unknown logger name" return code, not the "invalid command" one.

Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondDisableEventCommand.java
This page took 0.026819 seconds and 5 git commands to generate.