mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 20:18:09 +00:00
SQL duration logger outputs to debug as default
This commit is contained in:
parent
310637f275
commit
b0f2d80547
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class DurationLoggerPrivate;
|
|||
|
||||
class DurationLogger : public BaseObject {
|
||||
public:
|
||||
DurationLogger (const std::string &label, Logger::Level level = Logger::Info);
|
||||
DurationLogger (const std::string &label, Logger::Level level = Logger::Debug);
|
||||
~DurationLogger ();
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue