From 3dad1748cf14835c88a1df79799d603f8b81045c Mon Sep 17 00:00:00 2001 From: Pavan Deolasee Date: Wed, 17 Feb 2016 10:22:05 +0530 Subject: [PATCH] Group all uncategorised log messages to a default module-id (with number set to 255 right now) --- src/Makefile.global.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 07d60aa1e0..a91595a425 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -867,6 +867,10 @@ PREPROCESS.c = $(CC) $(CFLAGS) $(CPPFLAGS) -E PGXL_MSG_FILEID := 1 PGXL_MSG_MODULE := $(shell cat $(top_builddir)/MSGMODULES | grep -E "^subdir = $(subdir):" | cut -d ':' -f 2) +ifeq ($(PGXL_MSG_MODULE)no, no) +PGXL_MSG_MODULE := 255 +endif + ifeq ($(autodepend), yes) ifeq ($(GCC), yes) -- 2.39.5