From 5970a0d7472cbc2ac0c7e98b447928ef69b67c56 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 12 Nov 2016 17:04:25 -0300 Subject: [PATCH] test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index c09e956dc..8c65fe825 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5288,7 +5288,7 @@ bool ProcessMessages(CNode* pfrom) } else { - PrintExceptionContinue(&e, "ProcessMessages()"); + //PrintExceptionContinue(&e, "ProcessMessages()"); } } catch (const boost::thread_interrupted&) {