mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(relay): downgrade allocation mismatch warn on CHANNEL_BIND (#7505)
This code-path is handled gracefully in `connlib`, no need to issue a warning here.
This commit is contained in:
@@ -655,7 +655,7 @@ where
|
||||
let Some(allocation) = self.allocations.get_mut(&sender) else {
|
||||
let (error_response, msg) = make_error_response(AllocationMismatch, &request);
|
||||
|
||||
tracing::warn!(target: "relay", "{msg}: Sender doesn't have an allocation");
|
||||
tracing::info!(target: "relay", "{msg}: Sender doesn't have an allocation");
|
||||
|
||||
return Err(error_response);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user