Merge pull request #4240 from bburdette/2259-error-message

2259 error message - "auto-call" error
This commit is contained in:
Domen Kožar
2021-01-15 18:26:21 +00:00
committed by GitHub
3 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -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.
*/