]> Entropealabs - wampex_router.git/commitdiff
log yield request id
authorChristopher Coté <ccote@cohesionib.com>
Thu, 21 Jan 2021 17:57:23 +0000 (11:57 -0600)
committerChristopher Coté <ccote@cohesionib.com>
Thu, 21 Jan 2021 17:57:23 +0000 (11:57 -0600)
lib/router/session.ex

index 6aaa798b4d4c9af17c91fa53ddd77c8d69815580..16a2d8e8670a4e2de3cbc92e5c620185d12064e9 100644 (file)
@@ -532,7 +532,7 @@ defmodule Wampex.Router.Session do
         _ -> true
       end)
 
-    Logger.info("Yield #{id}: #{get_in(opts, ["procedure"])}")
+    Logger.info("Yield #{id}")
     {:ok, %SL{data | data: %Sess{data.data | invocations: inv, yield: nil}}, [{:next_event, :internal, :transition}]}
   end