diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-12-31 16:30:47 -0600 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-12-31 16:30:47 -0600 |
commit | 53760ee044f058920c05c466a3932ae520a9e24f (patch) | |
tree | fc96049c37877391ddc74e5afa7870aa93b3e0c5 /src/common | |
parent | Merge pull request #4955 (diff) | |
parent | perf_timer: make all logs Info level (diff) | |
download | monero-53760ee044f058920c05c466a3932ae520a9e24f.tar.xz |
Merge pull request #4957
0e2f5cb perf_timer: make all logs Info level (moneromooo-monero)
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/perf_timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/perf_timer.h b/src/common/perf_timer.h index 584434a0d..267f94161 100644 --- a/src/common/perf_timer.h +++ b/src/common/perf_timer.h @@ -63,7 +63,7 @@ protected: class LoggingPerformanceTimer: public PerformanceTimer { public: - LoggingPerformanceTimer(const std::string &s, const std::string &cat, uint64_t unit, el::Level l = el::Level::Debug); + LoggingPerformanceTimer(const std::string &s, const std::string &cat, uint64_t unit, el::Level l = el::Level::Info); ~LoggingPerformanceTimer(); private: |