summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/src/trv_main.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-06 09:14:07 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-06 09:14:07 -0600
commitd992aae2de69af72c71c26fc06b870647b523279 (patch)
treef36fa413cce1951c8a3c4b6a907ea50c2a857e8f /apps/graphics/traveler/src/trv_main.c
parentc2e439133b6a4a417d95114d7c1c5d9fa87f90ca (diff)
downloadnuttx-d992aae2de69af72c71c26fc06b870647b523279.tar.gz
nuttx-d992aae2de69af72c71c26fc06b870647b523279.tar.bz2
nuttx-d992aae2de69af72c71c26fc06b870647b523279.zip
Add the first of several world creation files
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);
}