From e880246a64c652e652df56d45f7f8e1cdbbc9d8a Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Wed, 21 Nov 2007 14:10:14 +0000 Subject: INTEGRATION: CWS dba24c (1.2.34); FILE MERGED 2007/10/29 10:57:07 fs 1.2.34.1: #i83079# STR_LOG_SETTING_SYSTEM_PROPERTY --- connectivity/source/resource/conn_log_res.src | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'connectivity/source/resource') diff --git a/connectivity/source/resource/conn_log_res.src b/connectivity/source/resource/conn_log_res.src index af151e6fdbd0..a3fe3fba38bc 100644 --- a/connectivity/source/resource/conn_log_res.src +++ b/connectivity/source/resource/conn_log_res.src @@ -4,9 +4,9 @@ * * $RCSfile: conn_log_res.src,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2007-06-27 14:42:14 $ + * last change: $Author: ihi $ $Date: 2007-11-21 15:10:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -313,3 +313,8 @@ String STR_LOG_THROWING_EXCEPTION { Text = "SQLException to be thrown: message: '$1$', SQLState: $2$, ErrorCode: $3$"; }; + +String STR_LOG_SETTING_SYSTEM_PROPERTY +{ + Text = "setting system property \"$1$\" to value \"$2$\""; +}; \ No newline at end of file -- cgit