From 1ae69aa18019dc0935bd42e9e7bd53c99c4c7eda Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sun, 18 Jan 2015 02:35:15 -0600 Subject: [PATCH] Update debug levels --- common/eqemu_logsys.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/eqemu_logsys.h b/common/eqemu_logsys.h index d77ee3b6b..d92fc25aa 100644 --- a/common/eqemu_logsys.h +++ b/common/eqemu_logsys.h @@ -28,9 +28,9 @@ namespace Logs{ enum DebugLevel { - General = 0, /* 0 - Low-Level general debugging, useful info on single line */ - Moderate, /* 1 - Informational based, used in functions, when particular things load */ - Detail, /* 2 - Use this for extreme detail in logging, usually in extreme debugging in the stack or interprocess communication */ + General = 1, /* 1 - Low-Level general debugging, useful info on single line */ + Moderate, /* 2 - Informational based, used in functions, when particular things load */ + Detail, /* 3 - Use this for extreme detail in logging, usually in extreme debugging in the stack or interprocess communication */ }; /*