Skip to content

Commit

Permalink
config: log res_head being used on job start
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz authored and alaaeddineelamri committed Aug 4, 2022
1 parent 619db45 commit 2d588d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/dird/job.cc
Expand Up @@ -1628,6 +1628,8 @@ JobControlRecord* NewDirectorJcr()
{
JobControlRecord* jcr = new_jcr(DirdFreeJcr);
jcr->impl = new JobControlRecordPrivate(my_config->res_head_container_);
Dmsg1(10, "NewDirectorJcr(): res_head_ is at %p\n",
my_config->res_head_container_->res_head_);
return jcr;
}

Expand Down

0 comments on commit 2d588d2

Please sign in to comment.