coverity 175437: forgot to add name to array for new USER log level
This commit is contained in:
parent
cde0371a83
commit
066f4156d6
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ static const char * const log_level_names[] = {
|
|||
"EXTENSION",
|
||||
"CLIENT",
|
||||
"LATENCY",
|
||||
"USER",
|
||||
"?",
|
||||
"?"
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue