Repository: trafodion
Updated Branches:
  refs/heads/master 7b96645a4 -> d5b72e710


[TRAFODION-2967] Fix CommonLogger::buildMsgBuffer core in UPDATE STATS


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/5e83a527
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/5e83a527
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/5e83a527

Branch: refs/heads/master
Commit: 5e83a527d05c672122f7ab50071f59fd3ed5e153
Parents: 703e963
Author: Dave Birdsall <dbirds...@apache.org>
Authored: Wed Feb 21 22:57:38 2018 +0000
Committer: Dave Birdsall <dbirds...@apache.org>
Committed: Wed Feb 21 22:57:38 2018 +0000

----------------------------------------------------------------------
 core/sql/ustat/hs_log.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/5e83a527/core/sql/ustat/hs_log.cpp
----------------------------------------------------------------------
diff --git a/core/sql/ustat/hs_log.cpp b/core/sql/ustat/hs_log.cpp
index 4eb2d71..8e18b2e 100644
--- a/core/sql/ustat/hs_log.cpp
+++ b/core/sql/ustat/hs_log.cpp
@@ -307,7 +307,7 @@ void HSLogMan::Log(const char *data)
   {
     if (logNeeded_)
       {
-        QRLogger::log(CAT_SQL_USTAT, LL_INFO, data);
+        QRLogger::log(CAT_SQL_USTAT, LL_INFO, "%s", data);
       }
   }
 

Reply via email to