Commit 599629c7 authored by Lucas Russo's avatar Lucas Russo Committed by Henrique Silva

hal/dev_io/dev_io_core.c: fix missing newline on INFO message

parent 0634f34a
......@@ -556,7 +556,7 @@ static devio_err_e _devio_send_destruct_msg (devio_t *self, void *pipe)
err_send_msg, DEVIO_ERR_SMIO_DESTROY);
DBE_DEBUG (DBG_DEV_MNGR | DBG_LVL_INFO, "[dev_io_core] Self-destruct message "
"to SMIO sent");
"to SMIO sent\n");
err_send_msg:
zmsg_destroy (&send_msg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment