projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afa879c
)
json: make log message more focussed
author
Lennart Poettering
<lennart@poettering.net>
Tue, 23 Apr 2019 13:26:09 +0000
(15:26 +0200)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Fri, 26 Apr 2019 06:22:22 +0000
(08:22 +0200)
src/shared/json.c
patch
|
blob
|
history
diff --git
a/src/shared/json.c
b/src/shared/json.c
index a1559bda4e80531c1c33dc24e47797ebd2d1828c..38113d792cf10b39bb607c7a19550413a48b3ec5 100644
(file)
--- a/
src/shared/json.c
+++ b/
src/shared/json.c
@@
-3421,7
+3421,7
@@
int json_dispatch_strv(const char *name, JsonVariant *variant, JsonDispatchFlags
r = strv_extend(&l, json_variant_string(e));
if (r < 0)
- return json_log(
variant
, flags, r, "Failed to append array element: %m");
+ return json_log(
e
, flags, r, "Failed to append array element: %m");
}
strv_free_and_replace(*s, l);