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

cosmetic change in comment

parent 46b73253
No related branches found
No related tags found
No related merge requests found
...@@ -1390,9 +1390,11 @@ static void _handle_signal(int signo) ...@@ -1390,9 +1390,11 @@ static void _handle_signal(int signo)
info ("forcing job termination"); info ("forcing job termination");
slurm_step_launch_abort(job->step_ctx); slurm_step_launch_abort(job->step_ctx);
break; break;
/* case SIGTSTP: */ #if 0
/* debug3("got SIGTSTP"); */ case SIGTSTP:
/* break; */ debug3("got SIGTSTP");
break;
#endif
case SIGCONT: case SIGCONT:
debug3("got SIGCONT"); debug3("got SIGCONT");
break; break;
......
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