From d992aae2de69af72c71c26fc06b870647b523279 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 6 Dec 2014 09:14:07 -0600 Subject: Add the first of several world creation files --- apps/graphics/traveler/src/trv_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/graphics/traveler/src/trv_main.c') 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); } -- cgit v1.2.3