From d24f124d7149432649041ea929035006a3045af7 Mon Sep 17 00:00:00 2001 From: "jihoon.chung" Date: Wed, 29 Aug 2012 10:54:03 +0900 Subject: [PATCH] Remove COREGL_FASTPATH --- src/wrt-client/wrt-client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wrt-client/wrt-client.cpp b/src/wrt-client/wrt-client.cpp index f3b52d5..bf9e2fd 100644 --- a/src/wrt-client/wrt-client.cpp +++ b/src/wrt-client/wrt-client.cpp @@ -437,7 +437,7 @@ int main(int argc, LogDebug("Enable backend"); } } - setenv("COREGL_FASTPATH", "1", 1); + // Set log tagging DPL::Log::LogSystemSingleton::Instance().SetTag("WRT-CLIENT"); -- 2.7.4