From 90cc36c69be4e11102a4f34dbac00f5d39687c10 Mon Sep 17 00:00:00 2001 From: Gustavo Noronha Silva Date: Tue, 29 Jan 2013 00:42:21 -0200 Subject: ephy-node-db: build fix; log node db saving to where filename is available --- lib/ephy-node-db.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/ephy-node-db.c b/lib/ephy-node-db.c index 94efd76eb..87332439c 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 (); -- cgit v1.2.3