diff options
author | Stephane Letz <letz@grame.fr> | 2012-03-16 09:23:32 +0100 |
---|---|---|
committer | Stephane Letz <letz@grame.fr> | 2012-03-16 09:23:32 +0100 |
commit | 5bd11775d9308228487503038bb3bc660ab85d9f (patch) | |
tree | 1b4895c600a36f9cb05f5d6e8fa2a96d0f2be99b /common/JackNetAPI.cpp | |
parent | 5b6d89c4520ac2fc3a7a015a6a2bb82db5d416f7 (diff) | |
download | jack2-5bd11775d9308228487503038bb3bc660ab85d9f.tar.gz |
New JackWinCondVar class.
Diffstat (limited to 'common/JackNetAPI.cpp')
-rw-r--r-- | common/JackNetAPI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/JackNetAPI.cpp b/common/JackNetAPI.cpp index d5e91de7..cf670d7a 100644 --- a/common/JackNetAPI.cpp +++ b/common/JackNetAPI.cpp @@ -727,9 +727,9 @@ struct JackNetExtSlave : public JackNetSlaveInterface, public JackRunnableInterf } return false; } catch (JackNetException& e) { - // Otherwise just restart... e.PrintMessage(); + jack_info("NetSlave is restarted"); fThread.DropRealTime(); fThread.SetStatus(JackThread::kIniting); FreePorts(); |