Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8529276

Browse files
committed
minor changes to elevel and comments
1 parent 99d0e6e commit 8529276

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ do_backup_instance(void)
623623
else
624624
dir_name = file->path;
625625

626-
elog(LOG, "Create directory \"%s\"", dir_name);
626+
elog(VERBOSE, "Create directory \"%s\"", dir_name);
627627
pgBackupGetPath(&current, database_path, lengthof(database_path),
628628
DATABASE_DIR);
629629

src/validate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ do_validate_instance(void)
293293
validate_wal(current_backup, arclog_path, 0,
294294
0, base_full_backup->tli);
295295
}
296-
/* Set every incremental backup between corrupted backup and nearest FULL backup as orphans */
296+
/* Mark every incremental backup between corrupted backup and nearest FULL backup as orphans */
297297
if (current_backup->status != BACKUP_STATUS_OK)
298298
{
299299
int j;

0 commit comments

Comments
 (0)