summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/IceGridNode.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-04-27 13:07:09 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-04-27 13:07:09 +0000
commitdffd10d0118b84b62b3ae78392a4d52443cea45a (patch)
tree3e716604b0eaae8830c5857c510fe05237e7dc45 /cpp/src/IceGrid/IceGridNode.cpp
parentFixed http://www.zeroc.com/vbulletin/showthread.php?p=5727#post5727 (diff)
downloadice-dffd10d0118b84b62b3ae78392a4d52443cea45a.tar.bz2
ice-dffd10d0118b84b62b3ae78392a4d52443cea45a.tar.xz
ice-dffd10d0118b84b62b3ae78392a4d52443cea45a.zip
Added initial support for templates.
Diffstat (limited to 'cpp/src/IceGrid/IceGridNode.cpp')
-rw-r--r--cpp/src/IceGrid/IceGridNode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/IceGridNode.cpp b/cpp/src/IceGrid/IceGridNode.cpp
index 00278dd7c8d..255a9ab90bd 100644
--- a/cpp/src/IceGrid/IceGridNode.cpp
+++ b/cpp/src/IceGrid/IceGridNode.cpp
@@ -263,7 +263,7 @@ NodeService::start(int argc, char* argv[])
//
// Create the activator.
//
- TraceLevelsPtr traceLevels = new TraceLevels(properties, communicator()->getLogger());
+ TraceLevelsPtr traceLevels = new TraceLevels(properties, communicator()->getLogger(), true);
_activator = new Activator(traceLevels, properties);
//