COMMON: Rename DebugManager methods, update comments
This commit is contained in:
parent
efd4f9ff9d
commit
f2f28c4549
6 changed files with 36 additions and 31 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue