mirror of
https://github.com/monero-project/monero.git
synced 2025-06-20 23:54:11 -04:00
Merge pull request #4957
0e2f5cb
perf_timer: make all logs Info level (moneromooo-monero)
This commit is contained in:
commit
53760ee044
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue