3b222f13f3
#KT-15783 fixed When a daemon client cannot find an existing daemon, it starts a new one. The client waits for a daemon to start and initialize. Then the daemon is expected to signal that it is ready for compiling by printing message in stdout. Before this change the message was the daemons' run path (a directory where all daemons store their "flag" files). However the path printed by the daemon was not matched by the path expected by the client somehow on Windows for a user with a username containing non-English letters. This commit replaces the message with the constant string.