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;