Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mendelgusmao committed Mar 9, 2012
1 parent dd8b77e commit 87c48a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Server/Queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<string>(queue_size));
Expand Down

0 comments on commit 87c48a3

Please sign in to comment.