add missing newline in debug output

This commit is contained in:
Ludwig Ortmann 2013-05-15 10:47:46 +02:00
parent 7bf9fa0314
commit 5cb68df9e2

View File

@ -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) {