diff --git a/leshan-tl-cf-server-coap/src/main/java/org/eclipse/leshan/transport/californium/server/endpoint/CaliforniumServerEndpointsProvider.java b/leshan-tl-cf-server-coap/src/main/java/org/eclipse/leshan/transport/californium/server/endpoint/CaliforniumServerEndpointsProvider.java index b9ff2d2bb9..f005b892c9 100644 --- a/leshan-tl-cf-server-coap/src/main/java/org/eclipse/leshan/transport/californium/server/endpoint/CaliforniumServerEndpointsProvider.java +++ b/leshan-tl-cf-server-coap/src/main/java/org/eclipse/leshan/transport/californium/server/endpoint/CaliforniumServerEndpointsProvider.java @@ -156,7 +156,7 @@ public void onNotification(Request coapRequest, Response coapResponse) { Observation observation = server.getRegistrationStore().getObservation(regid, new ObservationIdentifier(coapResponse.getToken().getBytes())); if (observation == null) { - LOG.error("Unexpected error: Unable to find observation with token {} for registration {}", + LOG.warn("Unexpected error: Unable to find observation with token {} for registration {}", coapResponse.getToken(), regid); return; }