Implement Java agent application context retrieval
[deliverable/lttng-ust.git] / liblttng-ust-java-agent / java / lttng-ust-agent-common / org / lttng / ust / agent / client / SessiondDisableEventCommand.java
index 920a2bf16bfc36b6b727b625c2e964e273e00ffe..4a19c22ea91d3e6743119737dc828a4672b434e9 100644 (file)
@@ -55,7 +55,7 @@ class SessiondDisableEventCommand extends SessiondCommand {
        private static final LttngAgentResponse DISABLE_EVENT_FAILURE_RESPONSE = new LttngAgentResponse() {
                @Override
                public ReturnCode getReturnCode() {
-                       return ReturnCode.CODE_UNK_LOGGER_NAME;
+                       return ReturnCode.CODE_UNKNOWN_LOGGER_NAME;
                }
        };
 }
This page took 0.0324 seconds and 5 git commands to generate.