Commit e3840c18 authored by jamesge's avatar jamesge

Rename LOG_NONE which conflicts with a name in mysql

parent 6fb40c3b
......@@ -212,7 +212,7 @@ typedef char PathChar;
// Where to record logging output? A flat file and/or system debug log
// via OutputDebugString.
enum LoggingDestination {
LOG_NONE = 0,
LOG_TO_NONE = 0,
LOG_TO_FILE = 1 << 0,
LOG_TO_SYSTEM_DEBUG_LOG = 1 << 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment