From 45bd079bb5f10f36ecfd610a0de0148cafc97bb5 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sun, 10 Sep 2023 16:08:13 +0800 Subject: [PATCH] update --- src/iflytop/core/error/error_code.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iflytop/core/error/error_code.cpp b/src/iflytop/core/error/error_code.cpp index 3907e16..5b6b396 100644 --- a/src/iflytop/core/error/error_code.cpp +++ b/src/iflytop/core/error/error_code.cpp @@ -19,7 +19,7 @@ static map errormap = { {kce_parse_json_err, {.errordesc = "parse_json_err"}}, {kdbe_user_not_exist, {.errordesc = "user_not_exist"}}, {kdbe_catch_exception, {.errordesc = "catch_exception"}}, - {kharde_unfound, {.errordesc = "unfound"}}, + {kharde_unfound, {.errordesc = "hardware_unfound"}}, {kre_catch_exception, {.errordesc = "catch_exception"}}, {kinteraction_error_passwd_error, {.errordesc = "passwd_error"}}, {kinteraction_error_user_not_exist, {.errordesc = "user_not_exist"}}