This is virtually trivial. At the tail end of the update_state() method in file trunking.py, add something like this if self.debug >= 5: if new_frequency or new_slot: sys.stderr.write('%f set freq to %s tgid %s ... \n' % (curr_time, new_frequency, self.current_tgid))
If you get something that's working well send it along and I'll merge it...
Max