From 03ae2ad9f922bb88c86fb1b2d42c13faad87b0a0 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 25 Jan 2011 12:33:56 -0800 Subject: [PATCH] vswitchd: Write build error message to stderr. Suggested-by: Andrew Evans --- vswitchd/automake.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk index 5c8ab3c2..0a2c7ff7 100644 --- a/vswitchd/automake.mk +++ b/vswitchd/automake.mk @@ -102,7 +102,7 @@ vswitchd/vswitch.ovsschema.stamp: vswitchd/vswitch.ovsschema touch $@; \ else \ ln=`sed -n '/"cksum":/=' $?`; \ - echo "$?:$$ln: checksum \"$$sum\" does not match (you should probably update the version number and fix the checksum)"; \ + echo >&2 "$?:$$ln: checksum \"$$sum\" does not match (you should probably update the version number and fix the checksum)"; \ exit 1; \ fi CLEANFILES += vswitchd/vswitch.ovsschema.stamp -- 2.30.2