Reduce starting pipe message to debug

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-05-11 04:29:03 +02:00
parent cccc6ace77
commit 59fc42412f
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions

View File

@ -1720,7 +1720,7 @@ bool CarlaPipeServer::startPipeServer(const char* const filename,
pData->pipeRecv = pipeRecvClient;
pData->pipeSend = pipeSendClient;
pData->pipeClosed = false;
carla_stdout("ALL OK!");
carla_debug("ALL OK!");
return true;
}