aboutsummaryrefslogtreecommitdiffstats
path: root/src/helperfuncs.cpp
diff options
context:
space:
mode:
authorGravatar aquanight2008-02-10 14:20:58 +0000
committerGravatar aquanight2008-02-10 14:20:58 +0000
commitf63580a4eaa8d079200065dffa4d6a33b5577427 (patch)
treeec0d1a30442d29f5d9cc568817b0f7266bf4e514 /src/helperfuncs.cpp
parentAdd dirs (empty right now) for thread engines. For the start, there will be t... (diff)
downloadinspircd++-f63580a4eaa8d079200065dffa4d6a33b5577427.tar.gz
inspircd++-f63580a4eaa8d079200065dffa4d6a33b5577427.tar.bz2
inspircd++-f63580a4eaa8d079200065dffa4d6a33b5577427.zip
Per-logstream loglevels.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8871 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/helperfuncs.cpp')
-rw-r--r--src/helperfuncs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp
index 6118c9f8f..8ae88e752 100644
--- a/src/helperfuncs.cpp
+++ b/src/helperfuncs.cpp
@@ -324,7 +324,7 @@ bool InspIRCd::OpenLog(char**, int)
return false;
}
- FileLogStream *f = new FileLogStream(this, Config->log_file);
+ FileLogStream *f = new FileLogStream(this, Config->LogLevel, Config->log_file);
this->Logs->AddLogType("*", f);
return true;
}