This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Reduce starting pipe message to debug
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.5
falkTX
1 year ago
parent
99364a2582
commit
2eae0e5d71
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Cancel
Save