Skip to content

Commit 90991c4

Browse files
committed
Downgrade a status message from LOG to DEBUG2.
I never intended this to be anything other than a debugging aid, but forgot to change the level before committing.
1 parent 32f4de0 commit 90991c4

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9636,7 +9636,7 @@ WaitForWALToBecomeAvailable(XLogRecPtr RecPtr, bool randAccess,
96369636
}
96379637

96389638
if (currentSource != oldSource)
9639-
elog(LOG, "switched WAL source from %s to %s after %s",
9639+
elog(DEBUG2, "switched WAL source from %s to %s after %s",
96409640
xlogSourceNames[oldSource], xlogSourceNames[currentSource],
96419641
lastSourceFailed ? "failure" : "success");
96429642

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy