From 6e3c9eb30d8313beaf912f1b4003be68cb1f7b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 19 Aug 2004 07:31:10 +0000 Subject: [PATCH] Print the patch file name in the warning message for missing patch files. --- tools/tools/tinderbox/tinderbox.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/tinderbox/tinderbox.pl b/tools/tools/tinderbox/tinderbox.pl index 6910f99509b0..cf972bac8eb5 100644 --- a/tools/tools/tinderbox/tinderbox.pl +++ b/tools/tools/tinderbox/tinderbox.pl @@ -501,7 +501,7 @@ MAIN:{ spawn('/usr/bin/patch', "-f", "-s", "-i$patch") or error("failed to apply patch to source tree"); } else { - warning("specified patch file does not exist"); + warning("$patch does not exist"); } }