diff options
author | Determinant <[email protected]> | 2020-02-21 18:23:40 -0500 |
---|---|---|
committer | Determinant <[email protected]> | 2020-02-21 18:23:40 -0500 |
commit | 3707146f42ccc066edf214cc77118f91b687e47b (patch) | |
tree | 35f0ca8dd33610c6749a89fb826347cade58ca14 /src/util.cpp | |
parent | ad6e1729015f622353cd1c0675c4a34257b1e617 (diff) |
adjust on_setup and on_teardown and fix minor bugsv0.2.1
Diffstat (limited to 'src/util.cpp')
-rw-r--r-- | src/util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp index 8ca01aa..01f6b06 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -43,6 +43,7 @@ const char *SALTICIDAE_ERROR_STRINGS[] = { "peer already exists", "peer does not exist", "peer is not ready", + "peer id does not match the record", "client does not exist", "invalid NetAddr format", "invalid OptVal format", |