summaryrefslogtreecommitdiff
path: root/sal/qa/osl/socket/osl_ConnectorSocket.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-19 13:53:59 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-19 13:53:59 +0000
commit2b1fec308d1e95853db0228958498edcdb6357be (patch)
tree7cf46d96d5f0cb4736231f3cb530ace112a7bc78 /sal/qa/osl/socket/osl_ConnectorSocket.cxx
parentdc1cab0eeb450de231654d133f2876521eba7c07 (diff)
INTEGRATION: CWS qadev16 (1.2.2); FILE MERGED
2004/02/11 06:07:07 lla 1.2.2.1: #114785# printf replacement, now t_print is same as printf
Diffstat (limited to 'sal/qa/osl/socket/osl_ConnectorSocket.cxx')
-rw-r--r--sal/qa/osl/socket/osl_ConnectorSocket.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/qa/osl/socket/osl_ConnectorSocket.cxx b/sal/qa/osl/socket/osl_ConnectorSocket.cxx
index 53e44bad2640..1300d2e6e279 100644
--- a/sal/qa/osl/socket/osl_ConnectorSocket.cxx
+++ b/sal/qa/osl/socket/osl_ConnectorSocket.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: osl_ConnectorSocket.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-01-05 21:21:15 $
+ * last change: $Author: obo $ $Date: 2004-03-19 14:53:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -135,7 +135,7 @@ public:
{
if ( isRunning( ) )
{
- printf( "# error: CloseSocketThread not terminated.\n" );
+ t_print("# error: CloseSocketThread not terminated.\n" );
}
}
};