Commit 21a20435 authored by Antoine Millet's avatar Antoine Millet
Browse files

Logging message emitted for unknown label protoctl is now a debug message

parent 59430898
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@ class RpcProtocol(Protocol):
            try:
                proto = self._connection.get_protocol(label)
            except KeyError:
                self.logger.warning('Protoctl message received for unknown label')
                self.logger.debug('Protoctl message received for unknown label')
            else:
                try:
                    proto.handle_control(message.get('type'),