summaryrefslogtreecommitdiffstats
path: root/sesman/sesman.c
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/sesman.c')
-rw-r--r--sesman/sesman.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sesman/sesman.c b/sesman/sesman.c
index 54e78147..c13cea16 100644
--- a/sesman/sesman.c
+++ b/sesman/sesman.c
@@ -78,11 +78,8 @@ main(int argc, char** argv)
/* start of daemonizing code */
g_pid = g_fork();
- g_printf("forkando: %d\n",g_pid);
-
if (0!=g_pid)
{
- g_printf("il processo %d esce...\n",g_pid);
g_exit(0);
}