[banshee] [Banshee.Database] Log the SQLite version
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [Banshee.Database] Log the SQLite version
- Date: Wed, 11 Aug 2010 01:26:24 +0000 (UTC)
commit 3a1d0a955e03de59bef613cb050651630a868a72
Author: Gabriel Burt <gabriel burt gmail com>
Date: Tue Aug 10 18:25:27 2010 -0700
[Banshee.Database] Log the SQLite version
.../Banshee.Database/BansheeDbConnection.cs | 2 +-
src/Hyena | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs b/src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs
index 36c338a..a717c51 100644
--- a/src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs
+++ b/src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs
@@ -65,7 +65,7 @@ namespace Banshee.Database
// don't want this on because it breaks searching/smart playlists. See BGO #526371
//Execute ("PRAGMA case_sensitive_like=ON");
- Log.DebugFormat ("Opened SQLite connection to {0}", db_path);
+ Log.DebugFormat ("Opened SQLite (version {1}) connection to {0}", db_path, ServerVersion);
migrator = new BansheeDbFormatMigrator (this);
configuration = new DatabaseConfigurationClient (this);
diff --git a/src/Hyena b/src/Hyena
index 1dabf86..fb5accc 160000
--- a/src/Hyena
+++ b/src/Hyena
@@ -1 +1 @@
-Subproject commit 1dabf86ac135f34a0cf447b43e9541a8714574f0
+Subproject commit fb5accc38bb77a69e1c15947b2216459ef13f3e3
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]