aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Log.cpp
diff options
context:
space:
mode:
authormaximius <none@none>2009-08-15 19:08:39 -0700
committermaximius <none@none>2009-08-15 19:08:39 -0700
commite5813517947e5af7ecc5fbef7516a8252f458f52 (patch)
treeec7e28483fe321457bc2be109ddebf3124958ba6 /src/shared/Log.cpp
parentc88304af95f9e289036a9c4e4e5433cc95044677 (diff)
*Replace every tab with 4 spaces, checked by hand
--HG-- branch : trunk
Diffstat (limited to 'src/shared/Log.cpp')
-rw-r--r--src/shared/Log.cpp6
1 files changed, 3 insertions, 3 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()