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

only report agent thread count on shutdown if non-zero

parent e0327ffe
No related branches found
No related tags found
No related merge requests found
...@@ -439,8 +439,10 @@ int main(int argc, char *argv[]) ...@@ -439,8 +439,10 @@ int main(int argc, char *argv[])
sleep(1); sleep(1);
} }
#endif #endif
if (cnt) {
info("Slurmctld shutdown completing with %d active agent threads\n\n", cnt); info("Slurmctld shutdown completing with %d active agent "
"threads\n\n", cnt);
}
log_fini(); log_fini();
if (dump_core) if (dump_core)
......
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