diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-20 17:11:33 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-20 17:11:33 +0000 |
commit | fa80538e698b0f387cbc1abbace3beace7add8cf (patch) | |
tree | 3041349959958c5395884f644a9df3fe7c90304a /tests/test_config.h | |
parent | ccdd30530f35b22c5f6c5f787c8e516d45eebe0b (diff) | |
download | ATCD-fa80538e698b0f387cbc1abbace3beace7add8cf.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/test_config.h')
-rw-r--r-- | tests/test_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.h b/tests/test_config.h index 9895feeb9b9..e71870abfd2 100644 --- a/tests/test_config.h +++ b/tests/test_config.h @@ -121,7 +121,7 @@ typedef size_t KEY; ACE_LOG_DIRECTORY_A, \ ACE::basename (NAME, ACE_DIRECTORY_SEPARATOR_CHAR_A), \ ".log"); \ - ACE_DEBUG ((LM_DEBUG, "Deleting old log file %s (if any)\n\n", temp)); \ + ACE_DEBUG ((LM_DEBUG, "(%P|%t) Deleting old log file %s (if any)\n\n", temp)); \ ACE_OS::unlink (temp); const int ACE_NS_MAX_ENTRIES = 1000; |