- fix logging - too much different subsystem names were used
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
# include "../engine/audio/Audio_Android.h"
|
||||
#endif
|
||||
|
||||
#define LOG_SUBSYSTEM "AudioManager"
|
||||
#define LOG_SUBSYSTEM "audio"
|
||||
|
||||
|
||||
AudioManager::AudioManager()
|
||||
|
||||
@@ -18,7 +18,7 @@ const std::string Status_NoMediaAction = "no valid media action";
|
||||
const std::string Status_NoCommand = "no valid command";
|
||||
const std::string Status_NoAudioManager = "no audio manager";
|
||||
|
||||
#define LOG_SUBSYSTEM "Agent"
|
||||
#define LOG_SUBSYSTEM "agent"
|
||||
|
||||
AgentImpl::AgentImpl()
|
||||
:mShutdown(false), mEventListChangeCondVar()
|
||||
|
||||
Reference in New Issue
Block a user