Index: hurd-debian/console-client/kbd-repeat.c
===================================================================
--- hurd-debian.orig/console-client/kbd-repeat.c
+++ hurd-debian/console-client/kbd-repeat.c
@@ -152,6 +152,7 @@ repeater_read (struct protid *cred, char
       
       if (pthread_hurd_cond_wait_np (&kbdbuf.readcond, &global_lock))
 	{
+	  mach_print("repeater_read got interrupted\n");
 	  pthread_mutex_unlock (&global_lock);
 	  return EINTR;
 	}
