From 907043f2478df65a10ba7af53c22f078d4e5ca5d Mon Sep 17 00:00:00 2001
From: Shane Tomlinson <stomlinson@mozilla.com>
Date: Fri, 23 Sep 2011 09:03:32 +0100
Subject: [PATCH] Print out the exception.

---
 browserid/static/dialog/resources/channel.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/browserid/static/dialog/resources/channel.js b/browserid/static/dialog/resources/channel.js
index 3f4301169..904bc27e6 100644
--- a/browserid/static/dialog/resources/channel.js
+++ b/browserid/static/dialog/resources/channel.js
@@ -67,6 +67,7 @@
     } catch(e) {
       // if the relay iframe does not yet exist, or if its contents are not yet 
       // loaded, we get a security exception.
+      console.log(e);
     }
 
     console.log('relay or functions not found, retrying');
-- 
GitLab