From a4d18d6ab3216ce1bf8052f0fdc4ea34bc6385e8 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期三, 20 一月 2021 19:39:17 +0800 Subject: [PATCH] update --- include/usgcommon/logger.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/usgcommon/logger.h b/include/usgcommon/logger.h index cf0d2ba..61d6e02 100644 --- a/include/usgcommon/logger.h +++ b/include/usgcommon/logger.h @@ -66,7 +66,7 @@ void error(const char *fmt, ...); void error(int err, const char *fmt, ...); void fatal(const char *fmt, ...); - + void fatal(int err, const char *fmt, ...) ; static const char * strlevel(int level); }; -- Gitblit v1.8.0