Change logging method
[platform/upstream/iotivity.git] / resource / src / InProcServerWrapper.cpp
index 5989cf5..6bc0bae 100644 (file)
@@ -770,7 +770,7 @@ namespace OC
         }
         catch (InitializeException &e)
         {
-            oclog() << "Exception in stop"<< e.what() << std::flush;
+            OIC_LOG_V(INFO, TAG, "Exception in stop (%s)", e.what());
         }
     }
 }