Fix message arguments to match format string 31/3631/1
authorRobert Varga <rovarga@cisco.com>
Wed, 11 Dec 2013 07:19:42 +0000 (08:19 +0100)
committerRobert Varga <rovarga@cisco.com>
Wed, 11 Dec 2013 07:19:42 +0000 (08:19 +0100)
Change-Id: I5f49e5a36a8bc4ef34e61372e13a8cd5d109fa90
Signed-off-by: Robert Varga <rovarga@cisco.com>
programming/impl/src/main/java/org/opendaylight/bgpcep/programming/impl/ProgrammingServiceImpl.java

index 951b694ddcc5694e8b820580617f1bf336c3994f..daeb3c7b289bd82079ef3256130cbb4e28b1f201 100644 (file)
@@ -123,7 +123,7 @@ public final class ProgrammingServiceImpl implements InstructionScheduler, Progr
                case Failed:
                case Successful:
                case Unknown:
-                       LOG.debug("Instruction {} can no longer be cancelled due to status {}", input.getId());
+                       LOG.debug("Instruction {} can no longer be cancelled due to status {}", input.getId(), i.getStatus());
                        return SuccessfulRpcResult.create(new CancelInstructionOutputBuilder().setFailure(UncancellableInstruction.class).build());
                case Queued:
                case Scheduled: