Browse Source

Reduce starting pipe message to debug

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.5
falkTX 1 year ago
parent
commit
2eae0e5d71
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/utils/CarlaPipeUtils.cpp

+ 1
- 1
source/utils/CarlaPipeUtils.cpp View File

@@ -1703,7 +1703,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;
}



Loading…
Cancel
Save