1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-28 05:36:12 +02:00

Logging tweaks

This commit is contained in:
David Steele 2014-02-13 17:50:14 -05:00
parent 4349f0caff
commit 8453681ccd

View File

@ -166,7 +166,7 @@ sub archive_pull
if ($lFileTotal == 0)
{
&log(INFO, "no archive logs to be copied to backup");
&log(DEBUG, "no archive logs to be copied to backup");
return 0;
}