Don't print KMESSages, they are sent to tty separately.
This commit is contained in:
parent
7852300ec2
commit
ad2bf251a3
1 changed files with 1 additions and 2 deletions
|
@ -68,9 +68,8 @@ message *m; /* notification message */
|
|||
r ++;
|
||||
i ++;
|
||||
}
|
||||
/* Now terminate the new message and print it. */
|
||||
/* Now terminate the new message and save it in the log. */
|
||||
print_buf[i] = 0;
|
||||
printf("%s", print_buf);
|
||||
log_append(print_buf, i);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue