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 <[email protected]> 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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
