From 9eb7c6a528e40d239b1916d628c675aab1bff1f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pawe=C5=82=20Bylica?= <chfast@gmail.com>
Date: Fri, 3 Jul 2015 14:12:31 +0200
Subject: [PATCH] Reduce SmartVM logs verbosity.

---
 libevm/SmartVM.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libevm/SmartVM.cpp b/libevm/SmartVM.cpp
index 3fb5be8c5..3a97a99e7 100644
--- a/libevm/SmartVM.cpp
+++ b/libevm/SmartVM.cpp
@@ -36,7 +36,7 @@ namespace eth
 {
 namespace
 {
-	struct JitInfo: LogChannel { static const char* name() { return "JIT"; }; static const int verbosity = 0; };
+	struct JitInfo: LogChannel { static const char* name() { return "JIT"; }; static const int verbosity = 11; };
 
 	using HitMap = std::unordered_map<h256, uint64_t>;