mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
format-table: add table_log_add_error()
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user