From d09469625cc54c4cd5f0b8638abbdfd3c59077c5 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 13 Jun 2009 20:01:30 +0000 Subject: fixed some debug messages git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@969 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/mainwindow.cpp') diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index 50c695d3c..e9f2ed27c 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -260,8 +260,8 @@ void MainWindow::showState(Qmmp::State state) void MainWindow::showMetaData() { qDebug("===== metadata ======"); - qDebug("ARTIST = %s", qPrintable(m_core->metaData(Qmmp::TITLE))); - qDebug("TITLE = %s", qPrintable(m_core->metaData(Qmmp::ARTIST))); + qDebug("ARTIST = %s", qPrintable(m_core->metaData(Qmmp::ARTIST))); + qDebug("TITLE = %s", qPrintable(m_core->metaData(Qmmp::TITLE))); qDebug("ALBUM = %s", qPrintable(m_core->metaData(Qmmp::ALBUM))); qDebug("COMMENT = %s", qPrintable(m_core->metaData(Qmmp::COMMENT))); qDebug("GENRE = %s", qPrintable(m_core->metaData(Qmmp::GENRE))); -- cgit v1.2.3-13-gbd6f