diff --git a/prody/proteins/interactions.py b/prody/proteins/interactions.py index 6245db518..9dc87ebe1 100644 --- a/prody/proteins/interactions.py +++ b/prody/proteins/interactions.py @@ -2195,7 +2195,7 @@ def calcStatisticsInteractions(data, **kwargs): statistic.sort(key=lambda x: x[1], reverse=True) if statistic == []: - LOGGER.info("Decrease the value of weight_cutoff parameter to obtain the results. Default is 0.2.") + LOGGER.info("No meaningful interactions found. Decrease weight_cutoff to obtain some results (default is 0.2).") return statistic