[Issue #185] minor change of elevel in get_wal_file()

This commit is contained in:
Grigory Smolkin
2020-03-31 12:09:43 +03:00
parent 1e8deecf50
commit 206c4ec00a
+1 -1
View File
@@ -1311,7 +1311,7 @@ get_wal_file(const char *get_wal_file, const char *from_fullpath,
if (fclose(out) != 0)
elog(ERROR, "Cannot close file '%s': %s", to_fullpath, strerror(errno));
elog(INFO, "WAL file successfully %s: %s", prefetch_mode ? "prefetched" : "copied", get_wal_file);
elog(LOG, "WAL file successfully %s: %s", prefetch_mode ? "prefetched" : "copied", get_wal_file);
}
/*