summaryrefslogtreecommitdiff
path: root/daemon/gdm-session-worker-job.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@src.gnome.org>2007-06-21 20:04:37 +0000
committerWilliam Jon McCann <mccann@src.gnome.org>2007-06-21 20:04:37 +0000
commit85edd92d6de2f2b2e03fcd1097ef199df11c5aa8 (patch)
treed2c522664a1c3922a5a55dd25b911022d5b8bf7d /daemon/gdm-session-worker-job.c
parent4f1952f28fae19083b80e676c930e0ef3469e179 (diff)
downloadgdm-85edd92d6de2f2b2e03fcd1097ef199df11c5aa8.tar.gz
Make cancellation work. Fix up the signal handler and add backtraces.
svn path=/branches/mccann-gobject/; revision=5012
Diffstat (limited to 'daemon/gdm-session-worker-job.c')
-rw-r--r--daemon/gdm-session-worker-job.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gdm-session-worker-job.c b/daemon/gdm-session-worker-job.c
index dfa5cfcc..be3c9d2c 100644
--- a/daemon/gdm-session-worker-job.c
+++ b/daemon/gdm-session-worker-job.c
@@ -300,7 +300,7 @@ gdm_session_worker_job_stop (GdmSessionWorkerJob *session_worker_job)
session_worker_job->priv->child_watch_id = 0;
}
- g_debug ("Stopping session_worker_job");
+ g_debug ("Stopping session_worker_job pid:%d", session_worker_job->priv->pid);
signal_pid (session_worker_job->priv->pid, SIGTERM);
session_worker_job_died (session_worker_job);