From 8b13a88127a70da7a4e307df828d65811ae5d0f1 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 2 May 2011 17:12:11 +0200 Subject: smaller output --- pacman-c++/audio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pacman-c++/audio.cpp') diff --git a/pacman-c++/audio.cpp b/pacman-c++/audio.cpp index 5fb4416..70cd37e 100644 --- a/pacman-c++/audio.cpp +++ b/pacman-c++/audio.cpp @@ -260,7 +260,7 @@ void AudioPlayer::stateChanged_ex(Phonon::State newstate, Phonon::State /* oldst void AudioPlayer::testFinished() { if (!m_working) - qDebug() << "There's no sound for you :("; + qWarning() << "There's no sound for you :("; disconnect(this, SIGNAL(stateChanged(Phonon::State, Phonon::State)), this, SLOT(stateChanged_ex(Phonon::State, Phonon::State))); } -- cgit v1.2.3