From 27a4bdbc192302b7424d4400ceecc1f1a0cca432 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Sat, 26 May 2012 19:18:32 -0500 Subject: e-history-service: print db file when open fails --- lib/history/ephy-history-service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/history/ephy-history-service.c') diff --git a/lib/history/ephy-history-service.c b/lib/history/ephy-history-service.c index 7d5a49e9a..1f20519c1 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; } -- cgit v1.2.3