mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 15:28:17 +00:00
log: Always enable; remove DISABLE_LOG
- Establish ERROR log level as "critical". Such errors are rare and will be valuable when users encounter unusual circumstances. - Set -DMIN_LOG_LEVEL=3 for release-type builds
This commit is contained in:
@@ -260,7 +260,7 @@ int cursor_mode_str2int(const char *mode)
|
||||
return current_mode;
|
||||
}
|
||||
}
|
||||
ELOG("Unknown mode %s", mode);
|
||||
WLOG("Unknown mode %s", mode);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user