summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/src/trv_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/traveler/src/trv_main.c')
-rw-r--r--apps/graphics/traveler/src/trv_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/graphics/traveler/src/trv_main.c b/apps/graphics/traveler/src/trv_main.c
index e3cb0c973..029fd4065 100644
--- a/apps/graphics/traveler/src/trv_main.c
+++ b/apps/graphics/traveler/src/trv_main.c
@@ -219,7 +219,7 @@ int traveler_main(int argc, char *argv[])
ret = trv_world_create(world_filename);
if (ret < 0)
{
- trv_abort("ERROR: %d loading world file %s: %d\n",
+ trv_abort("ERROR: Failed to load world file %s: %d\n",
world_filename, ret);
}