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

Replace %llu with %"PRIu64" in print

parent 58a0c07f
No related branches found
No related tags found
No related merge requests found
......@@ -315,7 +315,7 @@ extern int task_cgroup_memory_create(slurmd_job_t *job)
"memory.limit_in_bytes",mlb);
xcgroup_set_uint64_param(&step_memory_cg,
"memory.memsw.limit_in_bytes",mls);
debug("task/cgroup: step mem.limit=%lluMB memsw.limit=%lluMB",
debug("task/cgroup: step mem.limit=%"PRIu64"MB memsw.limit=%"PRIu64"MB",
mlb/(1024*1024),mls/(1024*1024));
/*
......
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