[epiphany] ephy-node-db: build fix; log node db saving to where filename is available
- From: Gustavo Noronha Silva <gns src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-node-db: build fix; log node db saving to where filename is available
- Date: Tue, 29 Jan 2013 02:43:43 +0000 (UTC)
commit 90cc36c69be4e11102a4f34dbac00f5d39687c10
Author: Gustavo Noronha Silva <gns gnome org>
Date: Tue Jan 29 00:42:21 2013 -0200
ephy-node-db: build fix; log node db saving to where filename is available
lib/ephy-node-db.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/ephy-node-db.c b/lib/ephy-node-db.c
index 94efd76..8733243 100644
--- a/lib/ephy-node-db.c
+++ b/lib/ephy-node-db.c
@@ -369,8 +369,6 @@ ephy_node_db_write_to_xml_valist (EphyNodeDb *db,
EphyNode *node;
int ret;
- LOG ("Saving node db to %s", filename);
-
START_PROFILER ("Saving node db")
/* FIXME: do we want to turn compression on ? */
@@ -491,6 +489,8 @@ ephy_node_db_write_to_xml_safe (EphyNodeDb *db,
GError *error = NULL;
int ret = 0;
+ LOG ("Saving node db to %s", filename);
+
va_start (argptr, node);
buffer = xmlBufferCreate ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]