Skip to content

Commit

Permalink
itest: fix commandline startup log
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Dec 13, 2024
1 parent 138f12c commit 489a17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itest/tests/swapd.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def start(self, stdin=None, wait_for_initialized=True, stderr_redir=False):
self.opts["bitcoind-rpc-address"] = "http://127.0.0.1:{}".format(
self.bitcoindproxy.rpcport
)
self.logger.debug("starting swapd with commandline: '{}'", self.cmd_line)
self.logger.debug("starting swapd with commandline: '{}'".format(' '.join(self.cmd_line)))
TailableProc.start(self, stdin, stdout_redir=True, stderr_redir=stderr_redir)
if wait_for_initialized:
self.wait_for_log("swapd started")
Expand Down

0 comments on commit 489a17e

Please sign in to comment.