mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
Merge pull request #26438 from jamessan/log_spec-name
fix(log): increase size of buffer for nvim instance name
This commit is contained in:
@@ -295,7 +295,7 @@ static bool v_do_log_to_file(FILE *log_file, int log_level, const char *context,
|
|||||||
FUNC_ATTR_PRINTF(7, 0)
|
FUNC_ATTR_PRINTF(7, 0)
|
||||||
{
|
{
|
||||||
// Name of the Nvim instance that produced the log.
|
// Name of the Nvim instance that produced the log.
|
||||||
static char name[16] = { 0 };
|
static char name[32] = { 0 };
|
||||||
|
|
||||||
static const char *log_levels[] = {
|
static const char *log_levels[] = {
|
||||||
[LOGLVL_DBG] = "DBG",
|
[LOGLVL_DBG] = "DBG",
|
||||||
|
Reference in New Issue
Block a user