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

replace fatal() with error() in loop

parent 669b231d
No related branches found
No related tags found
No related merge requests found
......@@ -466,7 +466,7 @@ int srun(int ac, char **av)
slurm_attr_init(&thread_attr);
while (pthread_create(&signal_thread, &thread_attr,
_srun_signal_mgr, NULL)) {
fatal("pthread_create error %m");
error("pthread_create error %m");
sleep(1);
}
slurm_attr_destroy(&thread_attr);
......
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