From 45980c6910a7fe16ec41b1663b79cebc6e33350d Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 11 Jan 2024 21:11:09 -0500 Subject: Update test client --- fig-bus/src/Fig/Bus/Client.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fig-bus/src/Fig/Bus/Client.hs') diff --git a/fig-bus/src/Fig/Bus/Client.hs b/fig-bus/src/Fig/Bus/Client.hs index 18c1081..d2c6b14 100644 --- a/fig-bus/src/Fig/Bus/Client.hs +++ b/fig-bus/src/Fig/Bus/Client.hs @@ -62,5 +62,5 @@ _testClient = busClient ("localhost", "32050") Conc.threadDelay 1000000 cmds.publish [sexp|bar|] [[sexp|42|]] ) - (\_cmds d -> putStrLn $ "Received: " <> pretty d) + (\_cmds d -> log $ "Received: " <> pretty d) (pure ()) -- cgit v1.2.3