Add more support for debugging plugins.
Added support for plugin debug messages and better error reporting when something goes wrong during start up of SLPlugin. Also added more debug output regarding general plugin messages as well as debug output related to AIFilePicker.
This commit is contained in:
@@ -56,7 +56,7 @@ namespace translation
|
||||
|
||||
void add(std::string const& key, std::string const& translation)
|
||||
{
|
||||
PLS_INFOS << "Adding translation \"" << key << "\" --> \"" << translation << "\"" << PLS_ENDL;
|
||||
PLS_DEBUGS << "Adding translation \"" << key << "\" --> \"" << translation << "\"" << PLS_ENDL;
|
||||
translation_map[key] = translation;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user