aboutsummaryrefslogtreecommitdiffstats
path: root/src/helperfuncs.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2019-02-07 12:14:07 +0000
committerGravatar Sadie Powell2019-02-07 12:14:07 +0000
commite862582e7e11a8badb4a92d001a3d53eae2d2401 (patch)
tree264fed5a28c45995c5d296d56622a0d0601de06e /src/helperfuncs.cpp
parentMerge branch 'insp3' into master. (diff)
downloadinspircd++-e862582e7e11a8badb4a92d001a3d53eae2d2401.tar.gz
inspircd++-e862582e7e11a8badb4a92d001a3d53eae2d2401.tar.bz2
inspircd++-e862582e7e11a8badb4a92d001a3d53eae2d2401.zip
LogManager: remove fakederef.
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 94a5240c9..ea586f226 100644
--- a/src/helperfuncs.cpp
+++ b/src/helperfuncs.cpp
@@ -343,7 +343,7 @@ void InspIRCd::CheckRoot()
if (geteuid() == 0)
{
std::cout << "ERROR: You are running an irc server as root! DO NOT DO THIS!" << std::endl << std::endl;
- this->Logs->Log("STARTUP", LOG_DEFAULT, "Can't start as root");
+ this->Logs.Log("STARTUP", LOG_DEFAULT, "Can't start as root");
Exit(EXIT_STATUS_ROOT);
}
#endif