mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 15:21:37 +03:00
format-table: add table_log_add_error()
This commit is contained in:
parent
e2268fa437
commit
d8aedafb57
@ -118,3 +118,6 @@ const void *table_get_at(Table *t, size_t row, size_t column);
|
||||
|
||||
int table_to_json(Table *t, JsonVariant **ret);
|
||||
int table_print_json(Table *t, FILE *f, JsonFormatFlags json_flags);
|
||||
|
||||
#define table_log_add_error(r) \
|
||||
log_error_errno(r, "Failed to add cell(s) to table: %m")
|
||||
|
Loading…
Reference in New Issue
Block a user