summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/worker.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/worker.c b/src/worker.c
index 1d81205..9f14dfa 100644
--- a/src/worker.c
+++ b/src/worker.c
@@ -87,6 +87,9 @@ static void *worker_func( void *thread_data )
g_error( "Starting worker failed" );
return NULL;
}
+
+ printf( "Worker child with PID %d created: %s.\n",
+ wed->pid, worker->command );
GMainContext *context = g_main_context_default( );
wed->main_loop = g_main_loop_new( context, TRUE );