[epiphany] e-history-service: print db file when open fails
- From: Diego Escalante Urrelo <diegoe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] e-history-service: print db file when open fails
- Date: Thu, 14 Jun 2012 23:39:15 +0000 (UTC)
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]