[epiphany] e-history-service: print db file when open fails



commit 27a4bdbc192302b7424d4400ceecc1f1a0cca432
Author: Diego Escalante Urrelo <diegoe igalia com>
Date:   Sat May 26 19:18:32 2012 -0500

    e-history-service: print db file when open fails

 lib/history/ephy-history-service.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/history/ephy-history-service.c b/lib/history/ephy-history-service.c
index 7d5a49e..1f20519 100644
--- a/lib/history/ephy-history-service.c
+++ b/lib/history/ephy-history-service.c
@@ -269,7 +269,7 @@ ephy_history_service_open_database_connections (EphyHistoryService *self)
   if (error) {
     g_object_unref (priv->history_database);
     priv->history_database = NULL;
-    g_error ("Could not open history database: %s", error->message);
+    g_error ("Could not open history database at %s: %s", priv->history_filename, error->message);
     g_error_free (error);
     return FALSE;
   }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]