From b8b38d9efe2e3a905e8e5de6343ad2c27b164e5b Mon Sep 17 00:00:00 2001 From: "qcqcqc@wsl" <1220204124@zust.edu.cn> Date: Wed, 16 Apr 2025 11:28:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E9=94=99=E8=AF=AF=E6=8D=A2?= =?UTF-8?q?=E6=88=90debug=5Flog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index 47a205f..82d1bb7 100644 --- a/src/config.c +++ b/src/config.c @@ -19,7 +19,7 @@ ConfigData *load_config() { DEBUG_LOG("shm_id is: %d", shm_id); if (shm_id == -1) { - perror("shmget failed"); + DEBUG_LOG("shmget failed"); return NULL; }