BIND 10 trac1061, updated. 3702df52de21023d90052afdc54732d9ad285b39 [trac1061] Logging descriptions

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Aug 3 09:36:59 UTC 2011


The branch, trac1061 has been updated
       via  3702df52de21023d90052afdc54732d9ad285b39 (commit)
      from  e47f04584b00f6d7b5c8bf9e8ae6af9aaa6831fd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3702df52de21023d90052afdc54732d9ad285b39
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Wed Aug 3 11:36:47 2011 +0200

    [trac1061] Logging descriptions

-----------------------------------------------------------------------

Summary of changes:
 src/lib/datasrc/datasrc_messages.mes |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/datasrc_messages.mes b/src/lib/datasrc/datasrc_messages.mes
index a6f7837..3fbb24d 100644
--- a/src/lib/datasrc/datasrc_messages.mes
+++ b/src/lib/datasrc/datasrc_messages.mes
@@ -400,12 +400,22 @@ enough information for it.  The code is 1 for error, 2 for not implemented.
 
 % DATASRC_SQLITE_CLOSE closing SQLite database
 Debug information. The SQLite data source is closing the database file.
+
+% DATASRC_SQLITE_CONNOPEN Opening sqlite database file '%1'
+The database file is being opened so it can start providing data.
+
+% DATASRC_SQLITE_CONNCLOSE Closing sqlite database
+The database file is no longer needed and is being closed.
+
 % DATASRC_SQLITE_CREATE SQLite data source created
 Debug information. An instance of SQLite data source is being created.
 
 % DATASRC_SQLITE_DESTROY SQLite data source destroyed
 Debug information. An instance of SQLite data source is being destroyed.
 
+% DATASRC_SQLITE_DROPCONN SQLite3Connection is being deinitialized
+The object around a database connection is being destroyed.
+
 % DATASRC_SQLITE_ENCLOSURE looking for zone containing '%1'
 Debug information. The SQLite data source is trying to identify which zone
 should hold this domain.
@@ -458,6 +468,9 @@ source.
 The SQLite data source was asked to provide a NSEC3 record for given zone.
 But it doesn't contain that zone.
 
+% DATASRC_SQLITE_NEWCONN SQLite3Connection is being initialized
+A wrapper object to hold database connection is being initialized.
+
 % DATASRC_SQLITE_OPEN opening SQLite database '%1'
 Debug information. The SQLite data source is loading an SQLite database in
 the provided file.
@@ -496,11 +509,3 @@ data source.
 % DATASRC_UNEXPECTED_QUERY_STATE unexpected query state
 This indicates a programming error. An internal task of unknown type was
 generated.
-
-% DATASRC_SQLITE_NEWCONN TODO
-
-% DATASRC_SQLITE_DROPCONN TODO
-
-% DATASRC_SQLITE_CONNOPEN TODO
-
-% DATASRC_SQLITE_CONNCLOSE TODO




More information about the bind10-changes mailing list