From 5b25b30d0b610c09fc2f2d3bad5b2ceca58be8c4 Mon Sep 17 00:00:00 2001 From: Alex Badea Date: Sun, 20 Jun 2010 00:16:08 +0300 Subject: [PATCH] applet: fix test commandline debug print --- src/applet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 1.7.9.5