From 0928e2b1b530a8ed490b7c559c3300bab40b78e7 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Thu, 20 Jan 2011 18:37:28 +0000 Subject: [PATCH] Fix bug that prevented SlurmdLogFile from properly supporting %n and %h formats --- src/slurmd/slurmd/slurmd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slurmd/slurmd/slurmd.c b/src/slurmd/slurmd/slurmd.c index 6e896463aa0..fd89fcdd3c6 100644 --- a/src/slurmd/slurmd/slurmd.c +++ b/src/slurmd/slurmd/slurmd.c @@ -765,6 +765,7 @@ _read_config(bool reconfig) conf->block_map_size = 0; + _update_logging(); _update_nice(); get_procs(&conf->actual_cpus); -- GitLab