From b37fb35669cc2280f920baf17b653bc96648fb4f Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Fri, 14 Nov 2014 10:03:11 +0100 Subject: [PATCH] Removed PID print to stderr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed PID print to stderr. it’s already included id message log --- server/core/gateway.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/core/gateway.c b/server/core/gateway.c index 0cf2cd666..090b433a3 100644 --- a/server/core/gateway.c +++ b/server/core/gateway.c @@ -1851,8 +1851,6 @@ static int write_pid_file(char *home_dir) { /* close file */ close(fd); - - fprintf(stderr, "MaxScale PID %s in pidfile %s\n", pidstr, pidfile); } /* success */