Removed PID print to stderr
Removed PID print to stderr. it’s already included id message log
This commit is contained in:
@ -1851,8 +1851,6 @@ static int write_pid_file(char *home_dir) {
|
|||||||
|
|
||||||
/* close file */
|
/* close file */
|
||||||
close(fd);
|
close(fd);
|
||||||
|
|
||||||
fprintf(stderr, "MaxScale PID %s in pidfile %s\n", pidstr, pidfile);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* success */
|
/* success */
|
||||||
|
|||||||
Reference in New Issue
Block a user