From cd9d37aac402b0edd0f12b66fd7f2fdd5fe6dff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 2 Feb 2015 02:14:14 +0100 Subject: SCRATCH nuke the overcomplicated logger, use a simple one. --- tests/tst_DownloadUpdateTask.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/tst_DownloadUpdateTask.cpp b/tests/tst_DownloadUpdateTask.cpp index 88c4d3d8..524095ed 100644 --- a/tests/tst_DownloadUpdateTask.cpp +++ b/tests/tst_DownloadUpdateTask.cpp @@ -228,14 +228,14 @@ slots: /* void test_masterTest() { - QLOG_INFO() << "#####################"; + qDebug() << "#####################"; MMC->m_version.build = 1; MMC->m_version.channel = "develop"; auto channels = QUrl::fromLocalFile(QDir::current().absoluteFilePath("tests/data/channels.json")); auto root = QUrl::fromLocalFile(QDir::current().absoluteFilePath("tests/data/")); - QLOG_DEBUG() << "channels: " << channels; - QLOG_DEBUG() << "root: " << root; + qDebug() << "channels: " << channels; + qDebug() << "root: " << root; MMC->updateChecker()->setChannelListUrl(channels.toString()); MMC->updateChecker()->setCurrentChannel("develop"); -- cgit v1.2.3