Author: veithm
Date: Fri Dec  6 14:48:04 2013
New Revision: 1548543

URL: http://svn.apache.org/r1548543
Log:
Fixing usage of enum in logging

Change-Id: Ib5ecfbdfb0977ba1b59652606f647560139f95fd

Modified:
    etch/trunk/binding-cpp/runtime/src/main/support/EtchRuntime.cpp

Modified: etch/trunk/binding-cpp/runtime/src/main/support/EtchRuntime.cpp
URL: 
http://svn.apache.org/viewvc/etch/trunk/binding-cpp/runtime/src/main/support/EtchRuntime.cpp?rev=1548543&r1=1548542&r2=1548543&view=diff
==============================================================================
--- etch/trunk/binding-cpp/runtime/src/main/support/EtchRuntime.cpp (original)
+++ etch/trunk/binding-cpp/runtime/src/main/support/EtchRuntime.cpp Fri Dec  6 
14:48:04 2013
@@ -29,7 +29,7 @@ EtchRuntime::EtchRuntime()
   mId = getNextId();
   mMutex.unlock();
 
-  mLogger.setLogLevel(capu::ELogLevel::LL_ALL);
+  mLogger.setLogLevel(capu::LL_ALL);
 }
 
 EtchRuntime::~EtchRuntime() {
@@ -101,4 +101,4 @@ capu::uint64_t EtchRuntime::getNextId() 
 
 EtchLogger& EtchRuntime::getLogger() {
   return mLogger;
-}
\ No newline at end of file
+}


Reply via email to