Skip to content

Instantly share code, notes, and snippets.

View cwebber's full-sized avatar

Christine Lemmer-Webber cwebber

View GitHub Profile
@cwebber
cwebber / gist:6048931
Created July 21, 2013 15:48
debugging data on actors
diff --git a/xudd/hive.py b/xudd/hive.py
index e9bc0d0..3987aed 100644
--- a/xudd/hive.py
+++ b/xudd/hive.py
@@ -67,6 +67,7 @@ class HiveWorker(Thread):
# We didn't do anything this round, oh well
return False
+ print("%s got actor %s" % (self, actor))
# Process messages from this actor