summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <[email protected]>2024-02-23 10:23:28 +0000
committerroot <[email protected]>2024-02-23 10:23:28 +0000
commit99a924ab62848329ceccf3d15f5f5677cdeb2ecc (patch)
treea91e782c1057a60adc4e12f995964c6ea37e2c58
parent1e252eae6a7e1bf4fc49ddd215616befdeec14c2 (diff)
add a debug info
-rw-r--r--shaping/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaping/src/main.cpp b/shaping/src/main.cpp
index 54e2f60..63b7a49 100644
--- a/shaping/src/main.cpp
+++ b/shaping/src/main.cpp
@@ -84,7 +84,7 @@ int main(int argc, char **argv)
if (signal(SIGQUIT, sig_handler) == SIG_ERR || signal(SIGTERM, sig_handler) == SIG_ERR)
{
- LOG_ERROR("%s: unable to register SIGQUIT signal handler, error %d: %s", LOG_TAG_SHAPING, errno, strerror(errno));
+ LOG_ERROR("%s: unable to register SIGQUIT or SIGTERM signal handler, error %d: %s", LOG_TAG_SHAPING, errno, strerror(errno));
LOG_CLOSE();
return -1;
}