Diff between eb5391fc79f5bbe86435e27f2f5125e33e65b913 and add7fa2da69abc7c0c72dcfb475f7f142a923cad
Changed Files
| File | Additions | Deletions | Status |
| obexd/src/main.c | +1 | -0 | modified |
Full Patch
diff --git a/obexd/src/main.c b/obexd/src/main.c
index 9fc50bd..a9a1f8f 100644
--- a/obexd/src/main.c
+++ b/obexd/src/main.c
@@ -133,6 +133,7 @@ void tty_closed(void)
static void sig_term(int sig)
{
+ info("Terminating due to signal %d", sig);
g_main_loop_quit(main_loop);
}