aboutsummaryrefslogtreecommitdiffstats
path: root/UI/DASHPlayerNoGUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'UI/DASHPlayerNoGUI.cpp')
-rw-r--r--UI/DASHPlayerNoGUI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/UI/DASHPlayerNoGUI.cpp b/UI/DASHPlayerNoGUI.cpp
index 17948336..07aa1ae5 100644
--- a/UI/DASHPlayerNoGUI.cpp
+++ b/UI/DASHPlayerNoGUI.cpp
@@ -129,7 +129,7 @@ void DASHPlayerNoGUI::onStartButtonPressed(int period, int videoAdaptationSet, i
return;
}
- Debug("DASH PLAYER: STARTING VIDEO\n");
+ qDebug("DASH PLAYER: STARTING VIDEO");
this->multimediaManager->start(this->isICN, this->alpha, 0);
}