From e85b17118a4c93dd76f503b570731051e5b0ce99 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 29 Jul 2011 14:12:18 +0200 Subject: main: Print message when starting to shutdown --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/main.c b/src/main.c index 5813585c..e6233f0b 100644 --- a/src/main.c +++ b/src/main.c @@ -75,6 +75,7 @@ static gboolean signal_handler(GIOChannel *channel, GIOCondition cond, case SIGINT: case SIGTERM: if (__terminated == 0) { + ofono_info("Terminating"); g_timeout_add_seconds(SHUTDOWN_GRACE_SECONDS, quit_eventloop, NULL); __ofono_modem_shutdown(); -- cgit v1.2.3