Skip to content

Commit

Permalink
Adding level author and name to level license warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi authored and Tobias Markus committed Jan 24, 2014
1 parent 3033900 commit 8b27e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supertux/level.cpp
Expand Up @@ -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) {
Expand Down

0 comments on commit 8b27e93

Please sign in to comment.