aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 76fbe0cf..2c4211df 100644
--- a/main.cpp
+++ b/main.cpp
@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
pthread_mutex_init(&mainMutex,NULL);
pthread_cond_init(&mainCond, NULL);
- Debug("STARTING NO GUI\n");
+ qDebug("STARTING NO GUI");
DASHPlayerNoGUI p(argc,argv, &mainCond, true);