From ceb8f170a8b066d7a91e88aec0161c6cd17a6224 Mon Sep 17 00:00:00 2001 From: Sooyoung Ha Date: Mon, 18 Jul 2016 12:15:57 +0900 Subject: [PATCH] log: modify trivial log printing level This message is used for running CLI test. Change-Id: Ifd0610386cfa18daf646b3f23a57a67f691680f6 Signed-off-by: Sooyoung Ha --- tizen/src/ui/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tizen/src/ui/mainwindow.cpp b/tizen/src/ui/mainwindow.cpp index dd8a5d02ef..8667059807 100644 --- a/tizen/src/ui/mainwindow.cpp +++ b/tizen/src/ui/mainwindow.cpp @@ -381,7 +381,7 @@ void MainWindow::resize(const QSize &size) /* override */ void MainWindow::showEvent(QShowEvent *event) { - qDebug("show main window"); + qInfo() << "show main window"; resize(uiInfo->getUiSize()); -- 2.34.1