From adb1cafa43df68d70912e63f47fe1cc1f6bad9fe Mon Sep 17 00:00:00 2001 From: Casandra Qiu Date: Fri, 1 Jun 2018 11:28:25 -0400 Subject: [PATCH] modify message --- xCAT-server/sbin/chtab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/sbin/chtab b/xCAT-server/sbin/chtab index 7859ce463..9a2bff905 100755 --- a/xCAT-server/sbin/chtab +++ b/xCAT-server/sbin/chtab @@ -66,7 +66,7 @@ unless ($target) { my $current_userid = getpwuid($>); if ($current_userid ne "root") { - print "WARNING: chtab bypasses xcatd and does not enforce xCAT policy tables. Using tabch instead.\n"; + print "WARNING: chtab bypasses xcatd and does not enforce xCAT policy tables. Consider using tabch instead.\n"; } my %keyhash = ();