From: Alex Badea Date: Sat, 19 Jun 2010 21:16:08 +0000 (+0300) Subject: applet: fix test commandline debug print X-Git-Url: http://git.maemo.org/git/?p=espeaktime;a=commitdiff_plain;h=5b25b30d0b610c09fc2f2d3bad5b2ceca58be8c4;ds=sidebyside applet: fix test commandline debug print --- diff --git a/src/applet.c b/src/applet.c index e3ff2a7..3c124be 100644 --- a/src/applet.c +++ b/src/applet.c @@ -106,7 +106,7 @@ static void do_test(struct espeaktime_settings *cfg) } if (pid) return; - g_print("execlp: -a '%s' -p '%s' -v '%s' '%s'\n", + g_print("execlp: -a '%s' -p '%s' -s '%s' -v '%s' '%s'\n", astr, pstr, sstr, vstr, text); res = execlp(ESPEAK_BIN, ESPEAK_BIN, "-a", astr, "-p", pstr, "-s", sstr, "-v", vstr,