diff --git a/basice2e/clients.goldoutput/client121.txt b/basice2e/clients.goldoutput/client121.txt
index 6dfb3b6afa8b379542793a365909e493ddc88ca4..58e1cc54694eff874bb22bbfe2291f2e7d935e07 100644
--- a/basice2e/clients.goldoutput/client121.txt
+++ b/basice2e/clients.goldoutput/client121.txt
@@ -1,6 +1,7 @@
 Adding 
 Backup update received.
 Backup update received.
+Backup update received.
 Message received: Hello from Client120, with E2E Encryption
 Message received: Hello from Client120, with E2E Encryption
 Message received: Hello from Client120, with E2E Encryption
diff --git a/basice2e/clients.goldoutput/client42.txt b/basice2e/clients.goldoutput/client42.txt
index b467a451c581c19d83a5e2516d5730d72e75bcb0..573cfdcc6f6fc58b8f8f24b2e88ed42b6e18c20c 100644
--- a/basice2e/clients.goldoutput/client42.txt
+++ b/basice2e/clients.goldoutput/client42.txt
@@ -21,11 +21,21 @@ Message received: Hello from Ben43, with E2E Encryption
 Message received: Hello from Ben43, with E2E Encryption
 Message received: Hello from Ben43, with E2E Encryption
 Message received: Hello from Rick42 to myself, without E2E Encryption
-Received 0
+Message received: Waiting on renegotiation
+Message received: Waiting on renegotiation
+Message received: Waiting on renegotiation
+Message received: Waiting on renegotiation
+Message received: Waiting on renegotiation
+Message received: Waiting on renegotiation
+Message received: Waiting on renegotiation
+Message received: Waiting on renegotiation
+Message received: Waiting on renegotiation
+Message received: Waiting on renegotiation
 Received 0
 Received 0
 Received 0
 Received 1
+Received 10
 Received 5
 Received 5
 Received 5
@@ -52,4 +62,14 @@ Sent: Hello from Rick42, with E2E Encryption
 Sent: Hello from Rick42, with E2E Encryption
 Sent: Hello from Rick42, with E2E Encryption
 Sent: Hello from Rick42, with E2E Encryption
+Sent: Waiting on renegotiation
+Sent: Waiting on renegotiation
+Sent: Waiting on renegotiation
+Sent: Waiting on renegotiation
+Sent: Waiting on renegotiation
+Sent: Waiting on renegotiation
+Sent: Waiting on renegotiation
+Sent: Waiting on renegotiation
+Sent: Waiting on renegotiation
+Sent: Waiting on renegotiation
 WARNING: unsafe channel creation enabled
diff --git a/basice2e/clients.goldoutput/client43.txt b/basice2e/clients.goldoutput/client43.txt
index c6124be3d51873f48340f0378b14b134296ff6a0..4e0d539de037d57b04329104cca9a9be2dff700e 100644
--- a/basice2e/clients.goldoutput/client43.txt
+++ b/basice2e/clients.goldoutput/client43.txt
@@ -20,9 +20,19 @@ Message received: Hello from Rick42, with E2E Encryption
 Message received: Hello from Rick42, with E2E Encryption
 Message received: Hello from Rick42, with E2E Encryption
 Message received: Hello from Rick42, with E2E Encryption
+Message received: Waiting on switching renegotiation
+Message received: Waiting on switching renegotiation
+Message received: Waiting on switching renegotiation
+Message received: Waiting on switching renegotiation
+Message received: Waiting on switching renegotiation
+Message received: Waiting on switching renegotiation
+Message received: Waiting on switching renegotiation
+Message received: Waiting on switching renegotiation
+Message received: Waiting on switching renegotiation
+Message received: Waiting on switching renegotiation
 Received 0
 Received 0
-Received 0
+Received 10
 Received 5
 Received 5
 Received 5
@@ -48,5 +58,15 @@ Sent: Hello from Ben43, with E2E Encryption
 Sent: Hello from Ben43, with E2E Encryption
 Sent: Hello from Ben43, with E2E Encryption
 Sent: Hello from Ben43, with E2E Encryption
+Sent: Waiting on switching renegotiation
+Sent: Waiting on switching renegotiation
+Sent: Waiting on switching renegotiation
+Sent: Waiting on switching renegotiation
+Sent: Waiting on switching renegotiation
+Sent: Waiting on switching renegotiation
+Sent: Waiting on switching renegotiation
+Sent: Waiting on switching renegotiation
+Sent: Waiting on switching renegotiation
+Sent: Waiting on switching renegotiation
 WARNING: unsafe channel creation enabled
 WARNING: unsafe channel creation enabled
diff --git a/basice2e/e2eReport.py b/basice2e/e2eReport.py
index f41263d4fa3f60e179015bb10ac9b3d0ecc4688e..0588576e109a6dfc50937d376d2d9a7dff5697eb 100755
--- a/basice2e/e2eReport.py
+++ b/basice2e/e2eReport.py
@@ -30,7 +30,7 @@ def find_files():
 
 def main():
     log.basicConfig(format='[%(levelname)s] %(asctime)s: %(message)s',
-                    level=log.INFO, datefmt='%d-%b-%y %H:%M:%S')
+                    level=log.DEBUG, datefmt='%d-%b-%y %H:%M:%S')
     log_files = find_files()
 
     udbLog = "./results/udb-console.txt"