From d4322d98647c0bafa3b160bb0701b22a81686741 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 15 Jan 2008 07:56:31 +0000 Subject: Fix compilation when debug is enabled. Patch by Joseph Sacco (#509541) svn path=/trunk/; revision=7869 --- src/bookmarks/ephy-bookmarks-export.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bookmarks/ephy-bookmarks-export.c') diff --git a/src/bookmarks/ephy-bookmarks-export.c b/src/bookmarks/ephy-bookmarks-export.c index c220777fd..fef48f6f3 100644 --- a/src/bookmarks/ephy-bookmarks-export.c +++ b/src/bookmarks/ephy-bookmarks-export.c @@ -395,7 +395,7 @@ ephy_bookmarks_export_rdf (EphyBookmarks *bookmarks, char *tmp_file_path; int ret; - LOG ("Exporting as RDF to %s", filename); + LOG ("Exporting as RDF to %s", file_path); START_PROFILER ("Exporting as RDF") -- cgit v1.2.3