diff options
author | Marc Laukien <marc@zeroc.com> | 2002-02-11 20:19:02 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-02-11 20:19:02 +0000 |
commit | fe9b26f5b42f68d2218a1ea999c6454e2be68036 (patch) | |
tree | f09561f35cddfe97c73ebf5196ad6f71234f9866 /cpp/test/Freeze/cursor/Client.cpp | |
parent | Fixed Ice Security related logging settings. (diff) | |
download | ice-fe9b26f5b42f68d2218a1ea999c6454e2be68036.tar.bz2 ice-fe9b26f5b42f68d2218a1ea999c6454e2be68036.tar.xz ice-fe9b26f5b42f68d2218a1ea999c6454e2be68036.zip |
minor fixes
Diffstat (limited to 'cpp/test/Freeze/cursor/Client.cpp')
-rw-r--r-- | cpp/test/Freeze/cursor/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Freeze/cursor/Client.cpp b/cpp/test/Freeze/cursor/Client.cpp index c612a5a23fd..7ee9d25e6bf 100644 --- a/cpp/test/Freeze/cursor/Client.cpp +++ b/cpp/test/Freeze/cursor/Client.cpp @@ -295,7 +295,7 @@ run(int argc, char* argv[], const DBEnvironmentPtr& dbEnv) cursor->close(); clone->close(); - cout << " ok" << endl; + cout << "ok" << endl; db->close(); return EXIT_SUCCESS; |