diff --git a/GPy/core/model.py b/GPy/core/model.py index 2cdecdf9..67adecc6 100644 --- a/GPy/core/model.py +++ b/GPy/core/model.py @@ -239,7 +239,7 @@ class Model(Parameterized): print 'nothing to optimize' if not self.update_model(): - print "setting updates on again" + print "Updates were off, setting updates on again" self.update_model(True) if start == None: