diff --git a/xCAT-server/sbin/xcatd b/xCAT-server/sbin/xcatd index 0492ed130..5d8b6b6bc 100755 --- a/xCAT-server/sbin/xcatd +++ b/xCAT-server/sbin/xcatd @@ -919,7 +919,7 @@ sub scan_plugins { /.*\/([^\/]*).pm$/; my $modname = $1; unless (eval { require "$_" }) { - xCAT::MsgUtils->message("S", "Error loading module " . $_ . " ...skipping"); + xCAT::MsgUtils->message("S", "Error loading module " . $_ . " ...skipping. \n Run \"perl -c $_\" to view details of the failure"); next; }