Skip to content

Commit 61d63a3

Browse files
committed
f Log network
1 parent ed2b004 commit 61d63a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ impl Node {
701701
return Err(Error::AlreadyRunning);
702702
}
703703

704-
log_info!(self.logger, "Starting up LDK Node...");
704+
log_info!(self.logger, "Starting up LDK Node on network: {}", self.config.network);
705705

706706
let runtime = tokio::runtime::Builder::new_multi_thread().enable_all().build().unwrap();
707707

0 commit comments

Comments
 (0)