summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmakeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeconf b/makeconf
index a779edb41..250722606 100755
--- a/makeconf
+++ b/makeconf
@@ -648,7 +648,7 @@ fi
echo "#-#-#-#-#-#-#-#-#-#-#-#-#- SERVER OPTIONS -#-#-#-#-#-#-#-#-#-#-#-#-#" >> makeconf.temp
echo "<options prefixquit=\"$OP_PREFIX\"" >> makeconf.temp
-echo " debug=\"$OP_DEBUG\"" >> makeconf.temp
+echo " loglevel=\"$OP_DEBUG\"" >> makeconf.temp
echo " allowhalfop=\"$OP_HALFY\"" >> makeconf.temp
echo " allowprotect=\"$OP_PROTE\"" >> makeconf.temp
echo " allowfounder=\"$OP_FOUND\">" >> makeconf.temp