From 3bfa5f1cfe3fc54d290a16a9782c419a8ebe3af9 Mon Sep 17 00:00:00 2001 From: Millian Poquet <millian.poquet@inria.fr> Date: Mon, 16 Mar 2020 18:29:36 +0100 Subject: [PATCH] [code] warning-- --- src/algo/conservative_bf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algo/conservative_bf.cpp b/src/algo/conservative_bf.cpp index 0eaf863..fd165e7 100644 --- a/src/algo/conservative_bf.cpp +++ b/src/algo/conservative_bf.cpp @@ -61,7 +61,7 @@ void ConservativeBackfilling::make_decisions(double date, else if (!new_job->has_walltime) { LOG_SCOPE_FUNCTION(INFO); - LOG_F(INFO, "Date=%g. Rejecting job '%s' as it has no walltime", new_job_id.c_str()); + LOG_F(INFO, "Date=%g. Rejecting job '%s' as it has no walltime", date, new_job_id.c_str()); _decision->add_reject_job(new_job_id, date); } else -- GitLab