From 8d130b98a4ac2e4c80e0c73ea2140be2a8c6d4f3 Mon Sep 17 00:00:00 2001 From: "Christopher J. Morrone" <morrone2@llnl.gov> Date: Fri, 4 Aug 2006 01:16:46 +0000 Subject: [PATCH] change verbose level to debug level --- src/salloc/msg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/salloc/msg.c b/src/salloc/msg.c index e8de2d5f10b..71574b3548d 100644 --- a/src/salloc/msg.c +++ b/src/salloc/msg.c @@ -65,9 +65,9 @@ static struct io_operations message_socket_ops = { static void *_msg_thr_internal(void *arg) { - verbose("Entering _msg_thr_internal"); + debug("Entering _msg_thr_internal"); eio_handle_mainloop((eio_handle_t *)arg); - verbose("Leaving _msg_thr_internal"); + debug("Leaving _msg_thr_internal"); return NULL; } -- GitLab