Skip to content
Snippets Groups Projects
Commit e305accd authored by Moe Jette's avatar Moe Jette
Browse files

Change poll EINTR logging from verbose() to debug2()

parent e31fa8e2
No related branches found
No related tags found
No related merge requests found
......@@ -614,7 +614,7 @@ again: rc = poll(&ufds, 1, 5000);
/* poll failed */
if (errno == EINTR) {
/* NOTE: connect() is non-interruptible in Linux */
verbose("_slurm_connect poll failed: %m");
debug2("_slurm_connect poll failed: %m");
goto again;
} else
error("_slurm_connect poll failed: %m");
......
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