Removed PID print to stderr
Removed PID print to stderr. it’s already included id message log
This commit is contained in:
parent
238c476d3a
commit
b37fb35669
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user