diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-17 23:56:49 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-17 23:56:49 +0000 |
| commit | a93bbd88eaa67a1e24471789335a2790b6cfbc78 (patch) | |
| tree | dac3d867347af4c564145e543c25dbae214c9235 /src/lib/log.cc | |
| parent | cadd50fe2609a1ad9963389d65d8e91f85226752 (diff) | |
Some fixes and logs.
Diffstat (limited to 'src/lib/log.cc')
| -rw-r--r-- | src/lib/log.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/log.cc b/src/lib/log.cc index 06cff0495..7459700ea 100644 --- a/src/lib/log.cc +++ b/src/lib/log.cc @@ -28,7 +28,7 @@ using namespace std; Log::Log () - : _level (VERBOSE) + : _level (STANDARD) { } |
