diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-03-10 22:46:19 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-03-10 22:46:19 +0100 |
commit | 7e606441165c0b4780d876157b336ab092cbd84c (patch) | |
tree | 95e70bdebf6d44f61662089a5a15d1ddd8f9f0fc /src/RemoteControl.cpp | |
parent | 83a57b493a992ea202faf2ce223b660d211c00d4 (diff) | |
download | dabmod-7e606441165c0b4780d876157b336ab092cbd84c.tar.gz dabmod-7e606441165c0b4780d876157b336ab092cbd84c.tar.bz2 dabmod-7e606441165c0b4780d876157b336ab092cbd84c.zip |
Reorder some startup messages
Diffstat (limited to 'src/RemoteControl.cpp')
-rw-r--r-- | src/RemoteControl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/RemoteControl.cpp b/src/RemoteControl.cpp index 0060075..a346386 100644 --- a/src/RemoteControl.cpp +++ b/src/RemoteControl.cpp @@ -388,7 +388,6 @@ void RemoteControllerZmq::send_fail_reply(zmq::socket_t &pSocket, const std::str void RemoteControllerZmq::process() { // create zmq reply socket for receiving ctrl parameters - etiLog.level(info) << "Starting zmq remote control thread"; try { zmq::socket_t repSocket(m_zmqContext, ZMQ_REP); |