1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-03-03 14:52:21 +02:00

change process string

This commit is contained in:
David Steele 2014-02-16 01:31:24 -05:00
parent 577c5af33f
commit 6d7f89fc98
2 changed files with 3 additions and 1 deletions

View File

@ -284,6 +284,8 @@ if ($strOperation eq OP_ARCHIVE_PUSH || $strOperation eq OP_ARCHIVE_PULL)
# Do async compression # Do async compression
if ($bCompressAsync) if ($bCompressAsync)
{ {
$0 = "${strStanza} async";
# Run file_init_archive - this is the minimal config needed to run archive pulling !!! need to close the old file # Run file_init_archive - this is the minimal config needed to run archive pulling !!! need to close the old file
my $oFile = pg_backrest_file->new my $oFile = pg_backrest_file->new
( (

View File

@ -350,7 +350,7 @@ sub archive_compress
if ($lFileTotal == 0) if ($lFileTotal == 0)
{ {
&log(ERROR, "no archive logs to be compressed"); &log(DEBUG, "no archive logs to be compressed");
return; return;
} }