Skip to content

Commit

Permalink
control.util/await-tcp-port: Fix truncated log message
Browse files Browse the repository at this point in the history
  • Loading branch information
aphyr committed Aug 22, 2023
1 parent eeec7ef commit 4d35384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jepsen/src/jepsen/control/util.clj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
(fn check-port []
(exec :nc :-z :localhost port)
nil)
(merge {:log-message "Waiting for port " port " ..."}
(merge {:log-message (str "Waiting for port " port " ...")}
opts))))

(defn file?
Expand Down

0 comments on commit 4d35384

Please sign in to comment.