CRED: Add some configurable debugging [try #6]
[deliverable/linux.git] / kernel / printk.c
index a87770ce73a2552c70025a982e941bb3853f0344..b4d97b54c1ecfa729eaa4b07dc2f721c25bca3ca 100644 (file)
@@ -696,6 +696,8 @@ asmlinkage int vprintk(const char *fmt, va_list args)
                        switch (c) {
                        case '0' ... '7': /* loglevel */
                                current_log_level = c - '0';
+                       /* Fallthrough - make sure we're on a new line */
+                       case 'd': /* KERN_DEFAULT */
                                if (!new_text_line) {
                                        emit_log_char('\n');
                                        new_text_line = 1;
This page took 0.024791 seconds and 5 git commands to generate.