We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae71684 commit f026018Copy full SHA for f026018
src/backup.c
@@ -718,7 +718,7 @@ do_backup_instance(void)
718
}
719
720
/* Run threads */
721
- elog(LOG, "Start transfering data files");
+ elog(INFO, "Start transfering data files");
722
for (i = 0; i < num_threads; i++)
723
{
724
backup_files_arg *arg = &(threads_args[i]);
@@ -739,7 +739,7 @@ do_backup_instance(void)
739
backup_isok = false;
740
741
if (backup_isok)
742
- elog(LOG, "Data files are transfered");
+ elog(INFO, "Data files are transfered");
743
else
744
elog(ERROR, "Data files transferring failed");
745
0 commit comments