Skip to content
Snippets Groups Projects
Commit 6c2b33d8 authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Fix debug3 message

parent 56a0c3d9
No related branches found
No related tags found
No related merge requests found
...@@ -457,7 +457,7 @@ job_manager(slurmd_job_t *job) ...@@ -457,7 +457,7 @@ job_manager(slurmd_job_t *job)
bool io_initialized = false; bool io_initialized = false;
int fd; int fd;
debug3("Entered job_manager for %u.%u %d pid=%lu", debug3("Entered job_manager for %u.%u pid=%lu",
job->jobid, job->stepid, (unsigned long) job->jmgr_pid); job->jobid, job->stepid, (unsigned long) job->jmgr_pid);
if (!job->batch && if (!job->batch &&
......
...@@ -126,7 +126,7 @@ launch(void *arg) ...@@ -126,7 +126,7 @@ launch(void *arg)
* job->step_layout->num_hosts); * job->step_layout->num_hosts);
my_envc = envcount(environ); my_envc = envcount(environ);
/* Common message contents */ /* Common message contents */
r.job_id = job->jobid; r.job_id = job->jobid;
r.uid = opt.uid; r.uid = opt.uid;
r.gid = opt.gid; r.gid = opt.gid;
......
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