diff --git a/src/Utils.js b/src/Utils.js
index 6243cc071e0bed25dcfbb36714e11dcbbf6b25c1..de5b3db9a2fdcf2cbfe4714f27cc8e9d26e3c557 100644
--- a/src/Utils.js
+++ b/src/Utils.js
@@ -52,7 +52,7 @@ module.exports = function (Y /* : any*/) {
         try {
           this.eventListeners[i](event)
         } catch (e) {
-          console.error('User events must not throw Errors!')
+          console.error('Your observer threw an error. This error was caught so that Yjs still can ensure data consistency! In order to debug this error you have to check "Pause On Caught Exceptions"', e)
         }
       }
     }