Skip to content

Commit 13fb048

Browse files
committed
change elevel for 'Restored file' message to VERBOSE
1 parent 23fa9a3 commit 13fb048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/restore.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ restore_files(void *arg)
627627

628628
/* print size of restored file */
629629
if (file->write_size != BYTES_INVALID)
630-
elog(LOG, "Restored file %s : " INT64_FORMAT " bytes",
630+
elog(VERBOSE, "Restored file %s : " INT64_FORMAT " bytes",
631631
file->path, file->write_size);
632632
}
633633

0 commit comments

Comments
 (0)