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);
|
msg_receive(&m);
|
||||||
|
|
||||||
if (m.sender_pid != pid) {
|
if (m.sender_pid != pid) {
|
||||||
DEBUG("Receiving message from another thread");
|
DEBUG("Receiving message from another thread\n");
|
||||||
switch (m.type) {
|
switch (m.type) {
|
||||||
case OPEN:
|
case OPEN:
|
||||||
if (reader_pid == -1) {
|
if (reader_pid == -1) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user