You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2006/11/29 18:33:26 UTC

svn commit: r480650 - /incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Logger.cpp

Author: jsdelfino
Date: Wed Nov 29 09:33:25 2006
New Revision: 480650

URL: http://svn.apache.org/viewvc?view=rev&rev=480650
Log:
Removed duplicate messageBuffer variable.

Modified:
    incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Logger.cpp

Modified: incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Logger.cpp
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Logger.cpp?view=diff&rev=480650&r1=480649&r2=480650
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Logger.cpp (original)
+++ incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Logger.cpp Wed Nov 29 09:33:25 2006
@@ -106,8 +106,6 @@
             }
         }
 
-        char Logger::messageBuffer[4096];
-        
         void Logger::logArgs(int level, const char* msg, ...)
         {
             if (level <= loggingLevel)



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org