Systemd/coccinelle/log-json.cocci

9 lines
153 B
Plaintext
Raw Normal View History

2019-03-21 10:50:59 +01:00
@@
expression e, v, flags;
expression list args;
@@
+ return
- json_log(v, flags, 0, args);
+ json_log(v, flags, SYNTHETIC_ERRNO(e), args);
- return -e;