aboutsummaryrefslogtreecommitdiffstats
path: root/src/signal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/signal.cpp')
-rw-r--r--src/signal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signal.cpp b/src/signal.cpp
index b7a9cef3..8c934166 100644
--- a/src/signal.cpp
+++ b/src/signal.cpp
@@ -44,7 +44,7 @@ extern jmp_buf recover_env;
*/
void HandleSignal(int sig) {
static int _repeat_handle_num = 1, last_sig = sig;
- // SPDLOG_DEBUG("signal caught {}", sig);
+ // GF_MAIN_LOG_DEBUG("signal caught {}", sig);
std::cout << "signal caught" << sig;
if (last_sig == sig)