X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fconfig.c;fp=src%2Fconfig.c;h=19f89e07bd66364202a14199bd81903dc8cbe62b;hb=bf036d15e099e6070a316171a6652f28615c67a5;hp=8eadd3f78ea3692b9d660261e9fe97022db02641;hpb=d71bad4196d0ae2f8650cabc04029e80c893bf21;p=espeaktime diff --git a/src/config.c b/src/config.c index 8eadd3f..19f89e0 100644 --- a/src/config.c +++ b/src/config.c @@ -74,7 +74,7 @@ void cfg_speak(struct espeaktime_settings *cfg, gboolean test_mode) pid = fork(); if (pid < 0) { - perror("fork"); + g_print("fork: %s", g_strerror(errno)); return; } if (pid)