Adding level author and name to level license warning
authorTobias Markus <tobbi@mozilla-uk.org>
Sun, 15 Dec 2013 21:38:06 +0000 (22:38 +0100)
committerTobias Markus <tobiasmarkus1@tobiass-mbp.fritz.box>
Fri, 24 Jan 2014 21:56:56 +0000 (22:56 +0100)
src/supertux/level.cpp

index 9b179bc..cf01cc7 100644 (file)
@@ -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) {