Skip to content

Commit 2e20099

Browse files
committed
Reduce printing from deub level 2 ande layout change.
1 parent c0941ab commit 2e20099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/postmaster/postmaster.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.27 1996/11/27 08:15:36 bryanh Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.28 1996/12/07 04:38:40 momjian Exp $
1414
*
1515
* NOTES
1616
*
@@ -1108,7 +1108,7 @@ DoExec(StartupInfo *packet, int portFd)
11081108
*/
11091109

11101110
if (DebugLvl > 1) {
1111-
(void) sprintf(debugbuf, "-d%d", DebugLvl - 1);
1111+
(void) sprintf(debugbuf, "-d%d", DebugLvl);
11121112
av[ac++] = debugbuf;
11131113
}
11141114
else

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