summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-04-18 17:30:28 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2014-04-18 17:30:28 +0100
commit2c4825cb38f61047c358da11b71d82541a475305 (patch)
treef764a77ed508b84020f1899fcf06ddc257206616 /riscos
parentd1223950d76a0293d3bb09f4584bae5ab5a34333 (diff)
downloadnetsurf-2c4825cb38f61047c358da11b71d82541a475305.tar.gz
netsurf-2c4825cb38f61047c358da11b71d82541a475305.tar.bz2
Remove excessive logging.
Diffstat (limited to 'riscos')
-rw-r--r--riscos/gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index 1005db362..db57ff68a 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -2098,7 +2098,7 @@ void ro_gui_view_source(hlcache_handle *c)
warn_user("NoMemory", 0);
return;
}
- LOG(("Generated file name: \"%s\"", filename));
+
snprintf(full_name, 256, "%s/%s", TEMP_FILENAME_PREFIX,
filename);
full_name[255] = '\0';
@@ -2109,7 +2109,7 @@ void ro_gui_view_source(hlcache_handle *c)
return;
}
message.file_name[211] = '\0';
- LOG(("RISC OS-ified file name: \"%s\"", message.file_name));
+
error = xosfile_save_stamped(message.file_name,
ro_content_filetype(c),
(byte *) source_data,