This is an automated email from the git hooks/post-receive script.

hmmr-guest pushed a commit to branch master
in repository aghermann.

commit c13e737814713fa7f662e19d193053d32ac14f23
Author: Andrei Zavada <hmmr@ra>
Date:   Wed May 14 14:29:44 2014 +0300

    trivial constness nit
---
 upstream/src/common/log-facility.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/upstream/src/common/log-facility.cc 
b/upstream/src/common/log-facility.cc
index c17fef8..d8c7f7e 100644
--- a/upstream/src/common/log-facility.cc
+++ b/upstream/src/common/log-facility.cc
@@ -30,7 +30,7 @@ using namespace agh::log;
 
 const char*
 agh::log::
-level_s( TLevel l)
+level_s( const TLevel l)
 {
         switch (l) {
         case TLevel::debug  : return "DEBUG";

-- 
Alioth's /usr/local/bin/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

Reply via email to