applet: fix test commandline debug print
[espeaktime] / src / applet.c
index e3ff2a7..3c124be 100644 (file)
@@ -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,