diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 14:57:58 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 14:57:58 +0000 |
commit | eb4f2eeeced076aad98f64d1e89ed3f584ab6e57 (patch) | |
tree | 6afb3f55a2ba9f2c04fbf099aba6bd6ad73a8b45 /io | |
parent | c4f24cd36469c8ffc98edafaeaa1fbf44a053d58 (diff) |
INTEGRATION: CWS dbgmacros1 (1.12.20); FILE MERGED
2003/04/09 11:58:55 kso 1.12.20.1: #108413# - debug macro unification.
Diffstat (limited to 'io')
-rw-r--r-- | io/source/acceptor/acceptor.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/io/source/acceptor/acceptor.cxx b/io/source/acceptor/acceptor.cxx index c67b8d9180bf..b73760eadb77 100644 --- a/io/source/acceptor/acceptor.cxx +++ b/io/source/acceptor/acceptor.cxx @@ -2,9 +2,9 @@ * * $RCSfile: acceptor.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: sb $ $Date: 2002-10-04 09:39:17 $ + * last change: $Author: vg $ $Date: 2003-04-15 15:57:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -175,7 +175,7 @@ namespace io_acceptor IllegalArgumentException, RuntimeException) { -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 OString tmp = OUStringToOString(sConnectionDescription, RTL_TEXTENCODING_ASCII_US); OSL_TRACE("acceptor %s\n", tmp.getStr()); #endif @@ -264,7 +264,7 @@ namespace io_acceptor OUString delegatee = OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.connection.Acceptor.")); delegatee += aDesc.getName(); -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 OString tmp = OUStringToOString(delegatee, RTL_TEXTENCODING_ASCII_US); OSL_TRACE("trying to get service %s\n", tmp.getStr()); #endif |