aboutsummaryrefslogtreecommitdiffstats
path: root/bin/nfcollect.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/nfcollect.c')
-rw-r--r--bin/nfcollect.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/nfcollect.c b/bin/nfcollect.c
index 527ac24..3afd05c 100644
--- a/bin/nfcollect.c
+++ b/bin/nfcollect.c
@@ -50,9 +50,8 @@ const char *help_text =
"\n";
void sig_handler(int signo) {
- if (signo == SIGHUP) {
- /* TODO */
- }
+ if (signo == SIGHUP)
+ puts("Terminated due to SIGHUP ...");
}
int main(int argc, char *argv[]) {