From: David Schleef <ds@schleef.org>
Date: Fri, 7 Jun 2002 20:15:18 +0000 (+0000)
Subject: Changed recently added test to warning
X-Git-Tag: r0_7_65~3
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6fff290df77e48a5df10b940fd89b5f42ca7eaf3;p=comedi.git

Changed recently added test to warning
---

diff --git a/scripts/check_driver b/scripts/check_driver
index 78c8e33b..add867d5 100755
--- a/scripts/check_driver
+++ b/scripts/check_driver
@@ -324,7 +324,7 @@ if grep "^Driver: ${basedriver}.o$" $driver &>/dev/null;then
 	if grep "^Updated:" $driver &>/dev/null;then
 		echo "has updated documentation"
 	else
-		echo "E: documentation: no Updated:"
+		echo "W: documentation: no Updated:"
 	fi
 	if grep "^Description:" $driver &>/dev/null;then
 		echo "has description documentation"