diff options
| author | LLLL Colonq <llll@colonq> | 2024-01-11 21:11:09 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-01-11 21:11:09 -0500 |
| commit | 45980c6910a7fe16ec41b1663b79cebc6e33350d (patch) | |
| tree | 80414ec0211d456998d437575462ef760effc26f | |
| parent | a36e438e9885d4c1450987c954d9d17db6791420 (diff) | |
Update test client
| -rw-r--r-- | fig-bus/src/Fig/Bus/Client.hs | 2 |
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 ()) |
