elf: fix string format for debug log
Metadata
Current evaluation
Merged to fix the ELF debug log string format. Approved by one reviewer, passed CI, and applied a minimal two-line change to resolve the issue.
Suggested action: —
No scores available.
Issue body
Signed-off-by: Chris Patterson <chris.patterson@canonical.com>
- [ ] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/master/CONTRIBUTING.md)?
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `./runtests.sh static`?
- [ ] Have you successfully run `./runtests.sh tests/unit`?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged to fix the ELF debug log string format. Approved by one reviewer, passed CI, and applied a minimal two-line change to resolve the issue. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a fix correcting a string format error in ELF debug logging. The change resolves improper debug output formatting, ensuring accurate log generation. Integrated by maintainer cjp256. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a fix correcting string format errors in ELF debug logging. The change resolves formatting issues to ensure accurate debug output. Integrated by maintainer cjp256. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1950 elf: better debug messages | snapcraft | merged | Merged pull request polishing ELF debug messages for linker and library exclusion checks. Changes eliminate repetitive logging and reduce unnecessary calls. Approved by reviewers, passed CI, and successfully integrated. | |
| #1989 elf: don't parse elf more than necessary | snapcraft | merged | Merged a single-line change optimizing ELF parsing to avoid unnecessary work, yielding a minor performance improvement. Approved by a maintainer and passed CI checks. |