summaryrefslogtreecommitdiff
path: root/src/id128
diff options
context:
space:
mode:
authorfangxiuning <fangxiuning123@126.com>2020-07-08 15:16:52 +0800
committerfangxiuning <fangxiuning123@126.com>2020-07-08 15:16:52 +0800
commit4b6607d94933ff297b6893e4eb5cdc622cc97504 (patch)
treeccf24a4720c3b5181e2b82dffb6c528d5448b695 /src/id128
parentdf83eb546b55222ef5cd30eb8d7c915f5be85878 (diff)
downloadsystemd-4b6607d94933ff297b6893e4eb5cdc622cc97504.tar.gz
table use table_log_print_error() instead of table_log_show_error
Diffstat (limited to 'src/id128')
-rw-r--r--src/id128/id128.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/id128/id128.c b/src/id128/id128.c
index 13996573ab..236043bf8a 100644
--- a/src/id128/id128.c
+++ b/src/id128/id128.c
@@ -139,7 +139,7 @@ static int verb_show(int argc, char **argv, void *userdata) {
if (table) {
r = table_print(table, NULL);
if (r < 0)
- return log_error_errno(r, "Failed to print table: %m");
+ return table_log_print_error(r);
}
return 0;