mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-03 14:52:21 +02:00
Increase log level of checkManifest() to debug.
This function is only called once and is very likely throw errors so debug level is more appropriate.
This commit is contained in:
parent
1aedc75b03
commit
04b2e4a831
@ -22,7 +22,7 @@ Helper functions (to assist with testing)
|
||||
static unsigned int
|
||||
checkManifest(void)
|
||||
{
|
||||
FUNCTION_LOG_VOID(logLevelTrace);
|
||||
FUNCTION_LOG_VOID(logLevelDebug);
|
||||
|
||||
// Return the actual number of pg* defined
|
||||
unsigned int result = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user