diff options
| author | maximius <none@none> | 2009-08-15 19:08:39 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-08-15 19:08:39 -0700 |
| commit | e5813517947e5af7ecc5fbef7516a8252f458f52 (patch) | |
| tree | ec7e28483fe321457bc2be109ddebf3124958ba6 /src/shared | |
| parent | c88304af95f9e289036a9c4e4e5433cc95044677 (diff) | |
*Replace every tab with 4 spaces, checked by hand
--HG--
branch : trunk
Diffstat (limited to 'src/shared')
| -rw-r--r-- | src/shared/Log.cpp | 6 | ||||
| -rw-r--r-- | src/shared/Log.h | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/shared/Log.cpp b/src/shared/Log.cpp index 117eabffb4a..8de6e635dec 100644 --- a/src/shared/Log.cpp +++ b/src/shared/Log.cpp @@ -92,10 +92,10 @@ void Log::SetDBLogLevel(char *Level) { int32 NewLevel = atoi((char*)Level); if ( NewLevel < 0 ) - NewLevel = 0; - m_dbLogLevel = NewLevel; + NewLevel = 0; + m_dbLogLevel = NewLevel; - outString( "DBLogLevel is %u",m_dbLogLevel ); + outString( "DBLogLevel is %u",m_dbLogLevel ); } void Log::Initialize() diff --git a/src/shared/Log.h b/src/shared/Log.h index 40f09e4b29e..283b8819a10 100644 --- a/src/shared/Log.h +++ b/src/shared/Log.h @@ -149,17 +149,17 @@ class Log : public Trinity::Singleton<Log, Trinity::ClassLevelLockable<Log, ACE_ bool m_gmlog_per_account; std::string m_gmlog_filename_format; - bool m_enableLogDBLater; - bool m_enableLogDB; + bool m_enableLogDBLater; + bool m_enableLogDB; uint32 realm; // log coloring bool m_colored; ColorTypes m_colors[4]; - // log levels: - // 0 minimum/string, 1 basic/error, 2 detail, 3 full/debug - uint8 m_dbLogLevel; + // log levels: + // 0 minimum/string, 1 basic/error, 2 detail, 3 full/debug + uint8 m_dbLogLevel; uint8 m_logLevel; uint8 m_logFileLevel; uint8 m_logFilter; |
