Tinker with verbosity of command-line server.
[dcpomatic.git] / src / lib / server.h
index 55d1075457aa4000e96b0e8d561107bbe27eebad..abc5676d8a076685a39c3ea2957a3557cc66e63b 100644 (file)
@@ -94,7 +94,7 @@ private:
 class Server : public boost::noncopyable
 {
 public:
-       Server (boost::shared_ptr<Log> log);
+       Server (boost::shared_ptr<Log> log, bool verbose);
 
        void run (int num_threads);
 
@@ -109,6 +109,7 @@ private:
        boost::mutex _worker_mutex;
        boost::condition _worker_condition;
        boost::shared_ptr<Log> _log;
+       bool _verbose;
 
        struct Broadcast {