Skip to content

Commit

Permalink
print url
Browse files Browse the repository at this point in the history
  • Loading branch information
giantimi committed Jun 3, 2024
1 parent a5e18e1 commit 838078d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exec/TXG.hs
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@ queryCut mgr (HostAddress h p) version = do
res <- handleRequest req mgr
case res of
Left err -> do
putStrLn $ "The url is :" <> (T.unpack url)
putStrLn $ "Error: " <> show err
pure $ Left err
Right response -> do
Expand Down

0 comments on commit 838078d

Please sign in to comment.