diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-07-19 17:09:40 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-07-19 17:09:40 +0000 |
commit | 49a3baf241e28c42be6e48c15378ca2a445477cd (patch) | |
tree | 8e2194212d4e5a1527b8bf8281192e3756f25f13 /cppe/src/IceE/TraceLevels.cpp | |
parent | Fixed pe=roperty setting (diff) | |
download | ice-49a3baf241e28c42be6e48c15378ca2a445477cd.tar.bz2 ice-49a3baf241e28c42be6e48c15378ca2a445477cd.tar.xz ice-49a3baf241e28c42be6e48c15378ca2a445477cd.zip |
Renamed properties back to Ice.
Diffstat (limited to 'cppe/src/IceE/TraceLevels.cpp')
-rw-r--r-- | cppe/src/IceE/TraceLevels.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/TraceLevels.cpp b/cppe/src/IceE/TraceLevels.cpp index 1dc8683ba4d..2e07ee18e0b 100644 --- a/cppe/src/IceE/TraceLevels.cpp +++ b/cppe/src/IceE/TraceLevels.cpp @@ -27,7 +27,7 @@ IceInternal::TraceLevels::TraceLevels(const PropertiesPtr& properties) : location(0), locationCat("Location") { - const string keyBase = "IceE.Trace."; + const string keyBase = "Ice.Trace."; const_cast<int&>(network) = properties->getPropertyAsInt(keyBase + networkCat); const_cast<int&>(protocol) = properties->getPropertyAsInt(keyBase + protocolCat); const_cast<int&>(retry) = properties->getPropertyAsInt(keyBase + retryCat); |