You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ea...@apache.org on 2007/09/25 16:18:46 UTC

svn commit: r579256 - /incubator/uima/uimacpp/trunk/src/framework/log.cpp

Author: eae
Date: Tue Sep 25 07:18:45 2007
New Revision: 579256

URL: http://svn.apache.org/viewvc?rev=579256&view=rev
Log:
UIMA-567  another small fix to this code

Modified:
    incubator/uima/uimacpp/trunk/src/framework/log.cpp

Modified: incubator/uima/uimacpp/trunk/src/framework/log.cpp
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/src/framework/log.cpp?rev=579256&r1=579255&r2=579256&view=diff
==============================================================================
--- incubator/uima/uimacpp/trunk/src/framework/log.cpp (original)
+++ incubator/uima/uimacpp/trunk/src/framework/log.cpp Tue Sep 25 07:18:45 2007
@@ -146,7 +146,7 @@
   void LogFacility::doLog(LogStream::EnEntryType enType, const TCHAR * cpszMsg, long lUserCode) const
   /* ----------------------------------------------------------------------- */
   {
-    string method;
+    string method="";
     if (isLoggable(enType)) {
       for (int i=0; i < vecLoggers.size(); i++) {
         vecLoggers.at(i)->log(enType,this->iv_strOrigin,