summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--riscos/gui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index 05325c572..1005db362 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -2098,6 +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';
@@ -2108,6 +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,