diff options
author | fangxiuning <fangxiuning123@126.com> | 2020-07-08 09:16:52 +0200 |
---|---|---|
committer | fangxiuning <fangxiuning123@126.com> | 2020-07-08 09:16:52 +0200 |
commit | 4b6607d94933ff297b6893e4eb5cdc622cc97504 (patch) | |
tree | ccf24a4720c3b5181e2b82dffb6c528d5448b695 /src/home/homectl.c | |
parent | table add table_log_sort_error() (diff) | |
download | systemd-4b6607d94933ff297b6893e4eb5cdc622cc97504.tar.xz systemd-4b6607d94933ff297b6893e4eb5cdc622cc97504.zip |
table use table_log_print_error() instead of table_log_show_error
Diffstat (limited to 'src/home/homectl.c')
-rw-r--r-- | src/home/homectl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/home/homectl.c b/src/home/homectl.c index 888e77bc4e..33e262706d 100644 --- a/src/home/homectl.c +++ b/src/home/homectl.c @@ -177,7 +177,7 @@ static int list_homes(int argc, char *argv[], void *userdata) { else r = table_print(table, NULL); if (r < 0) - return table_log_show_error(r); + return table_log_print_error(r); } if (arg_legend && !arg_json) { |