From: Aaron Merey Date: Tue, 6 Feb 2024 14:56:04 +0000 (-0500) Subject: debuginfod.cxx: Restore comment X-Git-Tag: elfutils-0.191~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=41c235a3b3d5778e682a3f9b2b4a2e8ba378facd;p=thirdparty%2Felfutils.git debuginfod.cxx: Restore comment Restore comment mistakenly removed in commit 75fb8c0152. Signed-off-by: Aaron Merey --- diff --git a/debuginfod/debuginfod.cxx b/debuginfod/debuginfod.cxx index 6b21f46f7..b9f911057 100644 --- a/debuginfod/debuginfod.cxx +++ b/debuginfod/debuginfod.cxx @@ -2996,6 +2996,8 @@ dwarf_extract_source_paths (Elf *elf, set& debug_sourcefiles) if (comp_dir[0] == '\0' && cuname[0] != '/') { + // This is a common symptom for dwz-compressed debug files, + // where the altdebug file cannot be resolved. if (verbose > 3) obatched(clog) << "skipping cu=" << cuname << " due to empty comp_dir" << endl; continue;