From 64318873ac1aa92e6377a1a4a53932bcce78d187 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Tue, 14 Dec 2010 17:03:27 +0100 Subject: eurephiadm adminaccess: Corrected wrong error message Signed-off-by: David Sommerseth --- eurephiadm/commands/adminaccess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eurephiadm/commands/adminaccess.c b/eurephiadm/commands/adminaccess.c index 9cd210b..4b19c05 100644 --- a/eurephiadm/commands/adminaccess.c +++ b/eurephiadm/commands/adminaccess.c @@ -296,7 +296,7 @@ int grant_revoke(eurephiaCTX *ctx, eurephiaSESSION *sess, eurephiaVALUES *cfg, i case 'I': if( f_intf > 0 ) { - fprintf(stderr, "%s: Access level can only be set once\n", MODULE); + fprintf(stderr, "%s: Admin interface indicator can only be set once\n", MODULE); return 1; } f_intf++; -- cgit