[patch] hint users about no_console_suspend option

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Pavel Machek
Date: Tuesday, May 27, 2008 - 3:46 am

Hint user about no_console_suspend option, so that we don't have to
tell each bug reporter personally.

Signed-off-by: Pavel Machek <pavel@suse.cz>

---
commit 017834f8541b8ded8ef831e5fe2b5f9cead4f6b0
tree 80c244e45acfbd1c1e8883f12021683f15356c4e
parent cc8201de538dda6c17e03fe495146e7fc755f64d
author Pavel <pavel@amd.ucw.cz> Tue, 27 May 2008 12:45:26 +0200
committer Pavel <pavel@amd.ucw.cz> Tue, 27 May 2008 12:45:26 +0200

 kernel/printk.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/printk.c b/kernel/printk.c
index 8fb01c3..6e04669 100644
--- a/kernel/printk.c
+++ b/kernel/printk.c
@@ -950,7 +950,7 @@ void suspend_console(void)
 {
 	if (!console_suspend_enabled)
 		return;
-	printk("Suspending console(s)\n");
+	printk("Suspending console(s) (no_console_suspend to debug?)\n");
 	acquire_console_sem();
 	console_suspended = 1;
 }

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch] hint users about no_console_suspend option, Pavel Machek, (Tue May 27, 3:46 am)