summaryrefslogtreecommitdiff
path: root/client/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/player.cc')
-rw-r--r--client/player.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/client/player.cc b/client/player.cc
index b54767e..cec7b0f 100644
--- a/client/player.cc
+++ b/client/player.cc
@@ -27,6 +27,8 @@
#include "config.h"
#include "player.h"
+#include "info.h"
+
Player::Player()
{}
@@ -34,4 +36,6 @@ Player::~Player()
{}
void Player::run()
-{}
+{
+ gInfo::info->info("The player thread is running.");
+}