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:
parent
bc352fa6a8
commit
f4e281399a
@ -70,7 +70,6 @@ static const char *const logLevelList[LOG_LEVEL_TOTAL] =
|
||||
"OFF",
|
||||
"ASSERT",
|
||||
"ERROR",
|
||||
"PROTOCOL",
|
||||
"WARN",
|
||||
"INFO",
|
||||
"DETAIL",
|
||||
|
@ -12,7 +12,6 @@ typedef enum
|
||||
logLevelOff,
|
||||
logLevelAssert,
|
||||
logLevelError,
|
||||
logLevelProtocol,
|
||||
logLevelWarn,
|
||||
logLevelInfo,
|
||||
logLevelDetail,
|
||||
|
Loading…
x
Reference in New Issue
Block a user