diff options
| author | Lu Qiuwen <[email protected]> | 2018-11-19 15:00:07 +0800 |
|---|---|---|
| committer | Lu Qiuwen <[email protected]> | 2018-11-19 15:00:07 +0800 |
| commit | 4310984ca49046f6ec7f8d6cec47137fdbeb6af8 (patch) | |
| tree | 42ad4b2e78a90af4b5c593f3ccc76deae51abf2a /platform/src/proxy.cpp | |
| parent | 88e9eecf09e436c37a5ed3a47dae995d767a035b (diff) | |
根据整理后的发行版本目录,调整默认配置文件的路径v3.0.1-20181119
Diffstat (limited to 'platform/src/proxy.cpp')
| -rw-r--r-- | platform/src/proxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/src/proxy.cpp b/platform/src/proxy.cpp index 14b2910..cef1479 100644 --- a/platform/src/proxy.cpp +++ b/platform/src/proxy.cpp @@ -302,7 +302,7 @@ int tfe_stat_init(struct tfe_proxy * proxy, const char * profile) int main(int argc, char * argv[]) { - const char * main_profile = "./conf/tfe.conf"; + const char * main_profile = "./conf/tfe/tfe.conf"; unsigned int __log_level = RLOG_LV_INFO; MESA_load_profile_uint_def(main_profile, "log", "level", &__log_level, RLOG_LV_INFO); |
