diff --git a/src/Server/Queue.cpp b/src/Server/Queue.cpp index 055ca81..694c0e5 100644 --- a/src/Server/Queue.cpp +++ b/src/Server/Queue.cpp @@ -42,6 +42,7 @@ void Queue::run() { _timer.async_wait(boost::bind(&Queue::run, this)); #ifdef DEBUG + int queue_size = _commands.size(); echo("Running queue (" << queue_size << ")"); string title(lexical_cast(queue_size));