From 8b27e93b4acbc92583fbdc5f75b192aca54581c1 Mon Sep 17 00:00:00 2001 From: Tobias Markus Date: Sun, 15 Dec 2013 22:38:06 +0100 Subject: [PATCH] Adding level author and name to level license warning --- src/supertux/level.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/supertux/level.cpp b/src/supertux/level.cpp index 9b179bcdc..cf01cc7a8 100644 --- a/src/supertux/level.cpp +++ b/src/supertux/level.cpp @@ -129,7 +129,7 @@ Level::load(const std::string& filepath) } if (license == "") { - log_warning << "The level author did not specify a license for this level. You might not be allowed to share it." << std::endl; + log_warning << "The level author \"" << author << "\" did not specify a license for this level \"" << name << "\". You might not be allowed to share it." << std::endl; } } catch(std::exception& e) { -- 2.11.0