add missing newline in debug output
This commit is contained in:
parent
7bf9fa0314
commit
5cb68df9e2
@ -30,7 +30,7 @@ void chardev_loop(ringbuffer_t *rb) {
|
||||
msg_receive(&m);
|
||||
|
||||
if (m.sender_pid != pid) {
|
||||
DEBUG("Receiving message from another thread");
|
||||
DEBUG("Receiving message from another thread\n");
|
||||
switch (m.type) {
|
||||
case OPEN:
|
||||
if (reader_pid == -1) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user