From 43d4e95770b0519341153202c9a535aaa8e164c5 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期二, 01 六月 2021 14:22:20 +0800 Subject: [PATCH] refactor, remove useless code. --- src/defs.cpp | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/defs.cpp b/src/defs.cpp index a2f05cc..db0ae61 100644 --- a/src/defs.cpp +++ b/src/defs.cpp @@ -207,4 +207,6 @@ msg = LastErrorStore().msg_; } -int NodeTimeoutSec() { return 60; } \ No newline at end of file +int NodeTimeoutSec() { return 60; } + +std::string BHLogDir() { return "/opt/vasystem/valog/"; } -- Gitblit v1.8.0