From 4b6607d94933ff297b6893e4eb5cdc622cc97504 Mon Sep 17 00:00:00 2001 From: fangxiuning Date: Wed, 8 Jul 2020 15:16:52 +0800 Subject: table use table_log_print_error() instead of table_log_show_error --- src/home/homectl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/home/homectl.c') 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) { -- cgit v1.2.3