aboutsummaryrefslogtreecommitdiff
path: root/player/talking.f90
diff options
context:
space:
mode:
Diffstat (limited to 'player/talking.f90')
-rw-r--r--player/talking.f901
1 files changed, 1 insertions, 0 deletions
diff --git a/player/talking.f90 b/player/talking.f90
index c33e059..42b6451 100644
--- a/player/talking.f90
+++ b/player/talking.f90
@@ -51,6 +51,7 @@ contains
status_code = request_url(mod_url, unit_number, return_type)
else
status_code = STATUS_LOCALFAIL
+ Print *, "Failed to open: "//trim(filename)
end if
close(unit_number)