mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
parent
29d898cc7b
commit
2c173dbf1b
@ -182,7 +182,7 @@ static int parse_package_metadata(const char *name, JsonVariant *id_json, Elf *e
|
||||
fputc('\n', c->f);
|
||||
|
||||
/* Secondly, if we have a build-id, merge it in the same JSON object
|
||||
* so that it apperas all nicely together in the logs/metadata. */
|
||||
* so that it appears all nicely together in the logs/metadata. */
|
||||
if (id_json) {
|
||||
r = json_variant_merge(&v, id_json);
|
||||
if (r < 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user