From eda9214f81b32d9606f425e3777616e8cfc0a44f Mon Sep 17 00:00:00 2001 From: sapier Date: Sun, 6 Apr 2014 15:12:04 +0200 Subject: Bunch of small fixes (coding style, very unlikely errors, warning messages) --- src/guiEngine.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/guiEngine.cpp') diff --git a/src/guiEngine.cpp b/src/guiEngine.cpp index f18473ee0..bba000640 100644 --- a/src/guiEngine.cpp +++ b/src/guiEngine.cpp @@ -226,7 +226,8 @@ bool GUIEngine::loadMainMenuScript() } else { infostream - << "GUIEngine: execution of custom menu failed!" + << "GUIEngine: execution of custom menu: \"" + << menuscript << "\" failed!" << std::endl << "\tfalling back to builtin menu" << std::endl; -- cgit v1.2.3