Skip to content
Snippets Groups Projects
Commit 3bfa5f1c authored by Millian Poquet's avatar Millian Poquet
Browse files

[code] warning--

parent 63d459f7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment