Преглед изворни кода

More specific about what default handler does.

Chris McDonough пре 17 година
родитељ
комит
6b1f4b7cdd
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      CHANGES.txt

+ 2 - 1
CHANGES.txt

@@ -169,7 +169,8 @@ Next Release
 
     The 'standard' eventlistener result handler
     (supervisor.dispatchers:default_handler) does nothing if it
-    receives an "OK" and will raise an exception if it receives any
+    receives an "OK" and will raise a
+    supervisor.dispatchers.RejectEvent exception if it receives any
     other value.
 
   - Supervisord now emits TICK events, which happen every N seconds.