From 6884e276f10234ae6c2bc418876900beace7af94 Mon Sep 17 00:00:00 2001 From: x Date: Sat, 21 Jan 2023 21:31:52 +0100 Subject: [PATCH] doc: missing rust tag for source code --- doc/src/learn/dchat/deployment/start-run-stop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/learn/dchat/deployment/start-run-stop.md b/doc/src/learn/dchat/deployment/start-run-stop.md index 9c9e4b180..db58f9fde 100644 --- a/doc/src/learn/dchat/deployment/start-run-stop.md +++ b/doc/src/learn/dchat/deployment/start-run-stop.md @@ -78,7 +78,7 @@ configuration doesn't match attemping to start a session will simply return without doing anything. For example, if you are an outbound node, `inbound.start()` will return with the following message: -``` +```rust info!(target: "net", "Not configured for accepting incoming connections."); ```