Removed PID print to stderr

Removed PID print to stderr. it’s already included id message log
This commit is contained in:
MassimilianoPinto 2014-11-14 10:03:11 +01:00
parent 238c476d3a
commit b37fb35669

View File

@ -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 */