34 lines
1.4 KiB
Diff
34 lines
1.4 KiB
Diff
From a82c372c3dc55167b2a83a2f3b5632bd0771d306 Mon Sep 17 00:00:00 2001
|
|
From: gaojiazhen <gaojiazhen_yewu@cmss.chinamobile.com>
|
|
Date: Thu, 23 Nov 2023 17:43:11 +0000
|
|
Subject: [PATCH] =?UTF-8?q?update=20src/ltran/ltran=5Fparam.c.=20=E8=A7=84?=
|
|
=?UTF-8?q?=E8=8C=83679=E8=A1=8C=E7=9A=84=E6=8A=A5=E9=94=99=E6=97=A5?=
|
|
=?UTF-8?q?=E5=BF=97=E4=BF=A1=E6=81=AF=EF=BC=8C=E5=B0=86=E2=80=9C,?=
|
|
=?UTF-8?q?=E2=80=9D=E4=B9=8B=E5=90=8E=E7=9A=84=E2=80=9CPlease=E2=80=9D?=
|
|
=?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=BA=E2=80=9Cplease=E2=80=9D?=
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: gaojiazhen <gaojiazhen_yewu@cmss.chinamobile.com>
|
|
---
|
|
src/ltran/ltran_param.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/ltran/ltran_param.c b/src/ltran/ltran_param.c
|
|
index e16e648..11a4bc8 100644
|
|
--- a/src/ltran/ltran_param.c
|
|
+++ b/src/ltran/ltran_param.c
|
|
@@ -676,7 +676,7 @@ int32_t parse_config_file_args(const char *conf_file_path, struct ltran_config *
|
|
ret = config_read_file(&config, conf_file_path);
|
|
if (ret == 0) {
|
|
config_destroy(&config);
|
|
- syslog(LOG_ERR, "Err: Config file path %s error, Please check conf file path.\n", conf_file_path);
|
|
+ syslog(LOG_ERR, "Err: Config file path %s error, please check conf file path.\n", conf_file_path);
|
|
return -GAZELLE_EPATH;
|
|
}
|
|
|
|
--
|
|
2.27.0
|
|
|