diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-06-01 20:51:30 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-06-01 20:51:30 +0000 |
commit | 39b093d060d218b33399f07ca4204d8f1d94e1c5 (patch) | |
tree | 62eed90ec065715522dcdcfada7e618df650c924 /cpp/src/IceGrid/Database.cpp | |
parent | fix for bug 349 - moving CustomList into Test subdir (diff) | |
download | ice-39b093d060d218b33399f07ca4204d8f1d94e1c5.tar.bz2 ice-39b093d060d218b33399f07ca4204d8f1d94e1c5.tar.xz ice-39b093d060d218b33399f07ca4204d8f1d94e1c5.zip |
Added method to update application servers/templates/etc.
Diffstat (limited to 'cpp/src/IceGrid/Database.cpp')
-rw-r--r-- | cpp/src/IceGrid/Database.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Database.cpp b/cpp/src/IceGrid/Database.cpp index 58580a3bd0b..dbd3c058a65 100644 --- a/cpp/src/IceGrid/Database.cpp +++ b/cpp/src/IceGrid/Database.cpp @@ -403,7 +403,7 @@ Database::updateApplicationDescriptor(const ApplicationDescriptorPtr& newDesc) if(_traceLevels->application > 0) { Ice::Trace out(_traceLevels->logger, _traceLevels->applicationCat); - out << "updated application `" << newDesc->name << "'"; + out << "synced application `" << newDesc->name << "'"; } for_each(entries.begin(), entries.end(), IceUtil::voidMemFun(&Database::ServerEntry::sync)); |