diff options
author | Marc Laukien <marc@zeroc.com> | 2001-08-15 17:21:39 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-08-15 17:21:39 +0000 |
commit | 7aff96f568e834c4c13f26a46843d5ecbb1d325d (patch) | |
tree | e801f83704b85d59f80f1516576c3f91290f6d31 /cpp/src/Ice/TraceLevels.cpp | |
parent | fix (diff) | |
download | ice-7aff96f568e834c4c13f26a46843d5ecbb1d325d.tar.bz2 ice-7aff96f568e834c4c13f26a46843d5ecbb1d325d.tar.xz ice-7aff96f568e834c4c13f26a46843d5ecbb1d325d.zip |
IcePack ; restructuring
Diffstat (limited to 'cpp/src/Ice/TraceLevels.cpp')
-rw-r--r-- | cpp/src/Ice/TraceLevels.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/Ice/TraceLevels.cpp b/cpp/src/Ice/TraceLevels.cpp index 7e454ff7dc5..e35c30c3a96 100644 --- a/cpp/src/Ice/TraceLevels.cpp +++ b/cpp/src/Ice/TraceLevels.cpp @@ -20,14 +20,14 @@ void IceInternal::decRef(TraceLevels* p) { p->__decRef(); } IceInternal::TraceLevels::TraceLevels(const PropertiesPtr& properties) : network(0), - networkCat("network"), + networkCat("Network"), protocol(0), - protocolCat("protocol"), + protocolCat("Protocol"), retry(0), - retryCat("retry") + retryCat("Retry") { string value; - const string keyBase = "ice.trace."; + const string keyBase = "Ice.Trace."; value = properties->getProperty(keyBase + networkCat); if (!value.empty()) |