applet: fix test commandline debug print
authorAlex Badea <vamposdecampos@gmail.com>
Sat, 19 Jun 2010 21:16:08 +0000 (00:16 +0300)
committerAlex Badea <vamposdecampos@gmail.com>
Sat, 19 Jun 2010 21:16:08 +0000 (00:16 +0300)
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,