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)
|
packet = Openflow.to_binary(message)
|
||||||
transport.send(socket, packet)
|
transport.send(socket, packet)
|
||||||
catch
|
catch
|
||||||
_ ->
|
_class, _reason ->
|
||||||
error("[#{__MODULE__}] Unencodable error: #{inspect(message)}")
|
error("[#{__MODULE__}] Unencodable error: #{inspect(message)}")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue