diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-08-04 15:18:31 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-08-04 15:25:00 +0300 |
commit | d33e656f1169bb6744ecb3418bed68340d0d3b97 (patch) | |
tree | accf50b0b7fe9c7ca8990ea4986ddeeab778afa5 /load/load.cxx | |
parent | dfc0fb1cb888f7ba71bf84717e182d267a78261d (diff) |
Don't log warning if build task is expired due to suspended build machine
Diffstat (limited to 'load/load.cxx')
-rw-r--r-- | load/load.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/load/load.cxx b/load/load.cxx index 0468565..2fb50c0 100644 --- a/load/load.cxx +++ b/load/load.cxx @@ -454,7 +454,7 @@ load_packages (const shared_ptr<repository>& rp, // repository is of a type other than pkg) or if the type is not // recognized (can only happen in the "ignore unknown" mode). // - auto to_typed_text = [&cl, &p, ignore_unknown] (typed_text_file&& v) + auto to_typed_text = [&cl, ignore_unknown] (typed_text_file&& v) { optional<typed_text> r; |