From 9efe63682973dba53460b5197c8b52b599be07f7 Mon Sep 17 00:00:00 2001 From: Tommy Lillehagen Date: Mon, 28 Jan 2019 15:30:09 +0000 Subject: [PATCH] Fix link to errors.corda.net in release notes (#4661) --- docs/source/release-notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/release-notes.rst b/docs/source/release-notes.rst index ce7523f4f1..7085edab89 100644 --- a/docs/source/release-notes.rst +++ b/docs/source/release-notes.rst @@ -244,7 +244,7 @@ Errors generated in Corda are now hashed to produce a unique error code that can used to perform a lookup into a knowledge base. The lookup URL will be printed to the logs when an error occur. Here's an example:: -[ERROR] 2018-12-19T17:18:39,199Z [main] internal.NodeStartupLogging.invoke - Exception during node startup: The name 'O=Wawrzek Test C4, L=London, C=GB' for identity doesn't match what's in the key store: O=Wawrzek Test C4, L=Ely, C=GB [errorCode=wuxa6f, moreInformationAt=https://errors.corda.net/OS/4.0-SNAPSHOT/wuxa6f] +[ERROR] 2018-12-19T17:18:39,199Z [main] internal.NodeStartupLogging.invoke - Exception during node startup: The name 'O=Wawrzek Test C4, L=London, C=GB' for identity doesn't match what's in the key store: O=Wawrzek Test C4, L=Ely, C=GB [errorCode=wuxa6f, moreInformationAt=https://errors.corda.net/OS/4.0/wuxa6f] The hope is that common error conditions can quickly be resolved and opaque errors explained in a more user friendly format to facilitate faster debugging and trouble shooting.