diff --git a/validate/tools/gst-validate.c b/validate/tools/gst-validate.c index 39993b69ee..bbcd50b396 100644 --- a/validate/tools/gst-validate.c +++ b/validate/tools/gst-validate.c @@ -504,7 +504,7 @@ main (int argc, gchar ** argv) if (ret == 0) { ret = rep_err; if (rep_err != 0) - g_print ("Returning %d as error where found", rep_err); + g_print ("Returning %d as errors were found\n", rep_err); } exit: