COMMON: Rename DebugManager methods, update comments

This commit is contained in:
sluicebox 2021-06-09 19:08:02 -06:00
parent efd4f9ff9d
commit f2f28c4549
6 changed files with 36 additions and 31 deletions

View file

@ -733,7 +733,7 @@ bool Debugger::cmdDebugLevel(int argc, const char **argv) {
}
bool Debugger::cmdDebugFlagsList(int argc, const char **argv) {
const Common::DebugManager::DebugChannelList &debugLevels = DebugMan.listDebugChannels();
const Common::DebugManager::DebugChannelList &debugLevels = DebugMan.getDebugChannels();
debugPrintf("Engine debug levels:\n");
debugPrintf("--------------------\n");