Skip to content
Snippets Groups Projects
Commit 8d130b98 authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

change verbose level to debug level

parent 1d449225
No related branches found
No related tags found
No related merge requests found
...@@ -65,9 +65,9 @@ static struct io_operations message_socket_ops = { ...@@ -65,9 +65,9 @@ static struct io_operations message_socket_ops = {
static void *_msg_thr_internal(void *arg) static void *_msg_thr_internal(void *arg)
{ {
verbose("Entering _msg_thr_internal"); debug("Entering _msg_thr_internal");
eio_handle_mainloop((eio_handle_t *)arg); eio_handle_mainloop((eio_handle_t *)arg);
verbose("Leaving _msg_thr_internal"); debug("Leaving _msg_thr_internal");
return NULL; return NULL;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment