From 51082e7b90cc2a69e79195fa5a37289becd1df0c Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 29 Oct 2014 11:27:11 +0100 Subject: Update error message when kernel cannot be found --- ufo/ufo-resources.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ufo/ufo-resources.c') diff --git a/ufo/ufo-resources.c b/ufo/ufo-resources.c index 2eb83e7..3fedc6c 100644 --- a/ufo/ufo-resources.c +++ b/ufo/ufo-resources.c @@ -651,7 +651,7 @@ ufo_resources_get_kernel_with_opts (UfoResources *resources, if (path == NULL) { g_set_error (error, UFO_RESOURCES_ERROR, UFO_RESOURCES_ERROR_LOAD_PROGRAM, - "Could not find `%s'. Maybe you forgot to pass a configuration?", filename); + "Could not find `%s'. Use add_paths() to add additional kernel paths", filename); return NULL; } -- cgit v1.2.3