加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0044-PRE_LOG-modify-prelog-info-transfer-to-terminal-at-t.patch 759 Bytes
一键复制 编辑 原始数据 按行查看 历史
yinbin6 提交于 2023-11-18 17:35 . sync modif mem
From 69451fc6a5a7ca0f903c82cf8b44bcdbfa2707b6 Mon Sep 17 00:00:00 2001
From: yinbin <yinbin8@huawei.com>
Date: Thu, 16 Nov 2023 17:29:21 +0800
Subject: [PATCH] PRE_LOG: modify prelog info transfer to terminal at the same
time
---
src/lstack/include/lstack_log.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lstack/include/lstack_log.h b/src/lstack/include/lstack_log.h
index 8b4209a..e4bed37 100644
--- a/src/lstack/include/lstack_log.h
+++ b/src/lstack/include/lstack_log.h
@@ -32,7 +32,7 @@ do { \
static inline void lstack_prelog_init(const char *name)
{
- openlog(name, LOG_CONS | LOG_PID, LOG_USER);
+ openlog(name, LOG_PERROR | LOG_PID, LOG_USER);
}
static inline void lstack_prelog_uninit(void)
{
--
2.27.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化