1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-03-05 15:05:48 +02:00

Remove unused protocol log level.

This log level was used in the Perl code but was never ported to C.
This commit is contained in:
David Steele 2021-11-01 10:27:57 -04:00
parent bc352fa6a8
commit f4e281399a
2 changed files with 0 additions and 2 deletions

View File

@ -70,7 +70,6 @@ static const char *const logLevelList[LOG_LEVEL_TOTAL] =
"OFF",
"ASSERT",
"ERROR",
"PROTOCOL",
"WARN",
"INFO",
"DETAIL",

View File

@ -12,7 +12,6 @@ typedef enum
logLevelOff,
logLevelAssert,
logLevelError,
logLevelProtocol,
logLevelWarn,
logLevelInfo,
logLevelDetail,