summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Instance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Instance.cpp')
-rw-r--r--cpp/src/Ice/Instance.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp
index db14bc47ca0..8cf07bdf2e4 100644
--- a/cpp/src/Ice/Instance.cpp
+++ b/cpp/src/Ice/Instance.cpp
@@ -592,9 +592,7 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi
#endif
else
{
- _initData.logger =
- new LoggerI(_initData.properties->getProperty("Ice.ProgramName"),
- _initData.properties->getPropertyWithDefault("Ice.Logger.DateFormat", "%x %H:%M:%S"));
+ _initData.logger = new LoggerI(_initData.properties->getProperty("Ice.ProgramName"));
}
}