Skip to content

Commit

Permalink
added Error: to the start of error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar-Pepper committed Oct 22, 2024
1 parent c23d9d1 commit 2a2647d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zaino-fetch/src/jsonrpc/connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,6 @@ pub async fn test_node_and_return_uri(
}
interval.tick().await;
}
eprintln!("Could not establish connection with node. \nPlease check config and confirm node is listening at the correct address and the correct authorisation details have been entered. \nExiting..");
eprintln!("Error: Could not establish connection with node. \nPlease check config and confirm node is listening at the correct address and the correct authorisation details have been entered. \nExiting..");
std::process::exit(1);
}

0 comments on commit 2a2647d

Please sign in to comment.