From 3768a8c18cbe4ab6ee948bd075ef1837456d6e67 Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Sun, 3 Jan 2016 11:34:15 +0000 Subject: [PATCH] Update TODO (log messages to console should be buffered when a service is holding the console) --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 70ea8dc..17eb5bb 100644 --- a/TODO +++ b/TODO @@ -7,6 +7,9 @@ For version 1.0: ---------------- +* Log messages are completely prevented from going to the console if the console + is being held by a service, meaning some can get lost. It would be better if + there was a (limited) buffer. * Perhaps need a way to prevent script services from re-starting. (eg there's no need to mount filesystems twice; there might be various other system initialisations that can't or shouldn't really be "undone" and so do -- 2.25.1