Use the mysql commandline tool.
SHOW SLAVE STATUS \G
will be much more readable.
I suspect there is a mistake in
jedif1||jedif1.ibf__uag_ob_maps,jedif1.ibf_members,...#and all other
see the flowchart in
http://dev.mysql.com/doc/refman/5.1/en/replication-rules-db-options.html
It is complex and tricky.
USE db_1
INSERT INTO db_2.tbl ...
Will fail to replicate if the binlog/replicate-do/ignore says to replicate db_2 but not db_1.