diff --git a/smodels/tools/xsecResummino.py b/smodels/tools/xsecResummino.py index 04e6a0ab0..9483644d3 100644 --- a/smodels/tools/xsecResummino.py +++ b/smodels/tools/xsecResummino.py @@ -101,7 +101,7 @@ def checkInstallation(self, compile : bool = True ) -> bool: return True if not compile: return False - logger.info ( "Resummino not compiled; trying to build now" ) + logger.info ( "Resummino not compiled; trying to build now (this might take a while)" ) cmd = f"cd {self.tooldir}; make" o = subprocess.getoutput ( cmd ) ret = os.path.exists ( self.resummino_bin )