summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-07-29 14:12:18 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-07-29 14:12:18 +0200
commite85b17118a4c93dd76f503b570731051e5b0ce99 (patch)
treebe7a88b271968e685a09ab33c730695283cd056c /src/main.c
parenta5be01c0c843fd849e683d1d2bde739327e23f11 (diff)
downloadofono-e85b17118a4c93dd76f503b570731051e5b0ce99.tar.bz2
main: Print message when starting to shutdown
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
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();