From dbf7fd6f620b86c382431ce10fd5fe3c5ddca955 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期四, 24 十二月 2020 14:10:44 +0800
Subject: [PATCH] update

---
 src/bus_error.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/bus_error.c b/src/bus_error.c
index d94e129..c2dd63a 100644
--- a/src/bus_error.c
+++ b/src/bus_error.c
@@ -14,7 +14,8 @@
 static char *_bus_errlist[_bus_nerr] = {
   "\0",
   "timeout",
-  "the other end is not inline"
+  "The other end is not inline",
+  "Key already in use"
 
 };
 

--
Gitblit v1.8.0