Skip to content

Commit

Permalink
Log non-fatal mod name conflict to actionstream instead of errorstream
Browse files Browse the repository at this point in the history
  • Loading branch information
kahrl committed May 21, 2013
1 parent e57dc4e commit 4a9fe1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mods.cpp
Expand Up @@ -309,7 +309,7 @@ void ModConfiguration::addMods(std::vector<ModSpec> new_mods)
// BAD CASE: name conflict in different levels.
u32 oldindex = existing_mods[mod.name];
const ModSpec &oldmod = m_unsatisfied_mods[oldindex];
errorstream<<"WARNING: Mod name conflict detected: \""
actionstream<<"WARNING: Mod name conflict detected: \""
<<mod.name<<"\""<<std::endl
<<"Will not load: "<<oldmod.path<<std::endl
<<"Overridden by: "<<mod.path<<std::endl;
Expand Down

0 comments on commit 4a9fe1a

Please sign in to comment.