From 1e2530982ee0bab9e0f2be7f0b197b68ba99b015 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 21 Mar 2006 16:19:32 +0000 Subject: [PATCH] Be a bit more verbose than just "timeout". --- build/update_oldconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/update_oldconfig b/build/update_oldconfig index 6447134..5dd030f 100755 --- a/build/update_oldconfig +++ b/build/update_oldconfig @@ -15,7 +15,7 @@ set timeout 30 expect { timeout { - puts "timeout" + puts "timeout in update_oldconfig waiting for a prompt we recognize" exit 1 } -re "\n *(\[^\n]* \\\[N\/y\/\\?] \\(NEW\\)) " { -- 1.8.3.1