diff options
-rw-r--r-- | src/bookmarks/ephy-bookmarks-export.c | 2 |
1 files changed, 1 insertions, 1 deletions
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") |