From 7d18e3ca7e0618301783fd394688672f308d1b08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Fri, 16 Oct 2015 11:35:58 +0300 Subject: [PATCH] 1 --- eth/downloader/downloader_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/eth/downloader/downloader_test.go b/eth/downloader/downloader_test.go index 8a3190f90e..f5208b9844 100644 --- a/eth/downloader/downloader_test.go +++ b/eth/downloader/downloader_test.go @@ -49,6 +49,7 @@ var ( // that in the case of a lockup, we'll at least have a cash dump of the goroutines // to at least get a glimpse into what state the tests were in. func init() { + fmt.Println("Hi, I'm debugging the windows CI server. Nice to meet you.") go func() { time.Sleep(8 * time.Minute) panic("Test probably deadlocked")