[banshee/gio-hardware] [Banshee.Database] Log the SQLite version
- From: Alex Launi <alexlauni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/gio-hardware] [Banshee.Database] Log the SQLite version
- Date: Fri, 13 Aug 2010 15:25:43 +0000 (UTC)
commit 0d84a4b4081ad6e43ccda4f6859df3343bd8979b
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]