Fix minor bug
This commit is contained in:
parent
238933bc1d
commit
cf5a09dfb4
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ defmodule Tres.Utils do
|
|||
packet = Openflow.to_binary(message)
|
||||
transport.send(socket, packet)
|
||||
catch
|
||||
_ ->
|
||||
_class, _reason ->
|
||||
error("[#{__MODULE__}] Unencodable error: #{inspect(message)}")
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue