- fix logging - too much different subsystem names were used
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include <resip/stack/Pidf.hxx>
|
||||
#include <resip/stack/PlainContents.hxx>
|
||||
|
||||
#define LOG_SUBSYSTEM "Account"
|
||||
#define LOG_SUBSYSTEM "engine"
|
||||
|
||||
#define CONFIG(X) mConfig->at(X)
|
||||
#define CONFIG_EXISTS(X) mConfig->exists(X)
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include "../helper/HL_Log.h"
|
||||
#include "../helper/HL_String.h"
|
||||
|
||||
#define LOG_SUBSYSTEM "AudioProvider"
|
||||
#define LOG_SUBSYSTEM "engine"
|
||||
|
||||
AudioProvider::AudioProvider(UserAgent& agent, MT::Terminal& terminal)
|
||||
:mUserAgent(agent), mTerminal(terminal), mState(0),
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
# include "resip/stack/ssl/WinSecurity.hxx"
|
||||
#endif
|
||||
|
||||
#define LOG_SUBSYSTEM "[Engine]"
|
||||
#define LOG_SUBSYSTEM "engine"
|
||||
#define LOCK Lock l(mGuard)
|
||||
#define CAST2RESIPSESSION(x) (x.isValid() ? (x->getAppDialogSet().isValid() ? dynamic_cast<ResipSession*>(x->getAppDialogSet().get()) : NULL) : NULL)
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "../helper/HL_Sync.h"
|
||||
#include "../helper/HL_String.h"
|
||||
|
||||
#define LOG_SUBSYSTEM "[Engine]"
|
||||
#define LOG_SUBSYSTEM "engine"
|
||||
|
||||
typedef resip::SdpContents::Session::Medium Medium;
|
||||
typedef resip::SdpContents::Session::MediumContainer MediumContainer;
|
||||
|
||||
Reference in New Issue
Block a user