1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

coverity 175437: forgot to add name to array for new USER log level

This commit is contained in:
Andy Green 2017-02-06 10:16:45 +08:00
parent cde0371a83
commit 066f4156d6

View file

@ -56,6 +56,9 @@ static const char * const log_level_names[] = {
"EXTENSION",
"CLIENT",
"LATENCY",
"USER",
"?",
"?"
};
#endif