mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
[Issue #185] minor change of elevel in get_wal_file()
This commit is contained in:
+1
-1
@@ -1311,7 +1311,7 @@ get_wal_file(const char *get_wal_file, const char *from_fullpath,
|
|||||||
if (fclose(out) != 0)
|
if (fclose(out) != 0)
|
||||||
elog(ERROR, "Cannot close file '%s': %s", to_fullpath, strerror(errno));
|
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user