diff --git a/xCAT-client/bin/pgsqlsetup b/xCAT-client/bin/pgsqlsetup index 94db9a888..5624f65f7 100755 --- a/xCAT-client/bin/pgsqlsetup +++ b/xCAT-client/bin/pgsqlsetup @@ -930,7 +930,7 @@ sub pgreboot if($cmd !=0 ) { xCAT::MsgUtils->message("E", - " $cmd failed. PostgreSQL will not restart on reboot."); + "enable service $cmd failed. PostgreSQL will not restart on reboot."); } }