summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fig-bus/src/Fig/Bus/Client.hs2
1 files changed, 1 insertions, 1 deletions
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 ())