[med-svn] [aghermann] 06/08: trivial constness nit
andrei zavada
hmmr-guest at moszumanska.debian.org
Wed May 14 21:23:33 UTC 2014
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 at 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
More information about the debian-med-commit
mailing list