[med-svn] [aghermann] 35/60: increase default log second precision to 3 decimal places
andrei zavada
hmmr-guest at alioth.debian.org
Mon Nov 4 23:49:57 UTC 2013
This is an automated email from the git hooks/post-receive script.
hmmr-guest pushed a commit to branch WIP
in repository aghermann.
commit b26681493339bf15bcd727100d4cfb253cbb3c0e
Author: Andrei Zavada <johnhommer at gmail.com>
Date: Sat Oct 19 01:37:26 2013 +0300
increase default log second precision to 3 decimal places
---
upstream/src/common/log-facility.hh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/upstream/src/common/log-facility.hh b/upstream/src/common/log-facility.hh
index e8e939f..91142a3 100644
--- a/upstream/src/common/log-facility.hh
+++ b/upstream/src/common/log-facility.hh
@@ -33,7 +33,7 @@ class CLogFacility {
CLogFacility( const string& log_fname, // "-" means stdout
TLevel level_ = TLevel::info, // print messages of level up and including this
bool compact_repeated_messages_ = true,
- unsigned short sec_dec_places = 2);
+ unsigned short sec_dec_places = 3);
~CLogFacility();
void msg( TLevel, const char* issuer, const char* fmt, ...) __attribute__ ((format (printf, 4, 5)));
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git
More information about the debian-med-commit
mailing list