aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/error.hh
diff options
context:
space:
mode:
authorBen Burdette <bburdette@gmail.com>2020-11-11 09:21:26 -0700
committerBen Burdette <bburdette@gmail.com>2020-11-11 09:21:26 -0700
commit7d9037035ef8bfe0b7ae00a9e3b139ae83ec8b21 (patch)
tree9cf9003c0d54c989498d46b5d969bbcc1e83b2ff /src/libutil/error.hh
parentd8ef423a189b95f9f6e0a385a0f4474bebf297ef (diff)
usage example location
Diffstat (limited to 'src/libutil/error.hh')
-rw-r--r--src/libutil/error.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/error.hh b/src/libutil/error.hh
index d1b6d82bb..d42781311 100644
--- a/src/libutil/error.hh
+++ b/src/libutil/error.hh
@@ -38,7 +38,7 @@ namespace nix {
ErrorInfo structs are sent to the logger as part of an exception, or directly with the
logError or logWarning macros.
- See the error-demo.cc program for usage examples.
+ See libutil/tests/logging.cc for usage examples.
*/