diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-04 17:29:45 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-04 17:29:45 +0000 |
commit | 796bde3e0ec733a92f7a048d11ebd4499d31246a (patch) | |
tree | 469400bf2f0fa34276c695e448ad94b66531b8db /netsvcs/clients | |
parent | 2662902781927428419512435b1c4f197e4de136 (diff) | |
download | ATCD-796bde3e0ec733a92f7a048d11ebd4499d31246a.tar.gz |
*** empty log message ***
Diffstat (limited to 'netsvcs/clients')
-rw-r--r-- | netsvcs/clients/Logger/indirect_logging.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netsvcs/clients/Logger/indirect_logging.cpp b/netsvcs/clients/Logger/indirect_logging.cpp index 3a3183d3c12..6a0698e1c90 100644 --- a/netsvcs/clients/Logger/indirect_logging.cpp +++ b/netsvcs/clients/Logger/indirect_logging.cpp @@ -12,7 +12,7 @@ main (int argc, char *argv[]) { const char *prog_name = argv[0]; int iterations = argc < 2 ? 10 : ACE_OS::atoi (argv[1]); - const char *logger_key = argc < 3 ? ACE_DEFAULT_LOGGING_KEY : argv[2]; + const char *logger_key = argc < 3 ? ACE_DEFAULT_LOGGER_KEY : argv[2]; ACE_OS::srand ((u_int) ACE_OS::time (0)); |