mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-07 13:40:17 +02:00
minor elevel change for messages about transfering data files
This commit is contained in:
parent
ae71684b98
commit
f0260183c2
@ -718,7 +718,7 @@ do_backup_instance(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Run threads */
|
/* Run threads */
|
||||||
elog(LOG, "Start transfering data files");
|
elog(INFO, "Start transfering data files");
|
||||||
for (i = 0; i < num_threads; i++)
|
for (i = 0; i < num_threads; i++)
|
||||||
{
|
{
|
||||||
backup_files_arg *arg = &(threads_args[i]);
|
backup_files_arg *arg = &(threads_args[i]);
|
||||||
@ -739,7 +739,7 @@ do_backup_instance(void)
|
|||||||
backup_isok = false;
|
backup_isok = false;
|
||||||
}
|
}
|
||||||
if (backup_isok)
|
if (backup_isok)
|
||||||
elog(LOG, "Data files are transfered");
|
elog(INFO, "Data files are transfered");
|
||||||
else
|
else
|
||||||
elog(ERROR, "Data files transferring failed");
|
elog(ERROR, "Data files transferring failed");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user