From 614ca4707f576c5f613fa8e380e82f4339d9cd66 Mon Sep 17 00:00:00 2001 From: Brian McGillion Date: Wed, 25 Apr 2012 10:55:31 +0300 Subject: [PATCH] Remove unnecessary description from perror as there only exists one call to each method --- utils/smackctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/smackctl.c b/utils/smackctl.c index 82b6291..56c843c 100644 --- a/utils/smackctl.c +++ b/utils/smackctl.c @@ -38,10 +38,10 @@ static int apply_all(void) return -1; if (apply_rules(ACCESSES_D_PATH, 0)) - perror("apply_rules Path"); + perror("apply_rules"); if (apply_cipso(CIPSO_D_PATH)) - perror("apply_cipso Path"); + perror("apply_cipso"); return 0; } -- 2.7.4