Skip to content

Commit 8f02af6

Browse files
committed
Config file path is also info, not debug message
1 parent d090673 commit 8f02af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ int main(int argc, char **argv)
391391
}
392392

393393
Q_ASSERT(confSettings);
394-
qDebug().noquote() << "Config file:" << QDir::toNativeSeparators(configFileFullPath);
394+
qInfo().noquote() << "Config file:" << QDir::toNativeSeparators(configFileFullPath);
395395

396396
QSurfaceFormat::setDefaultFormat(StelMainView::getDesiredGLFormat(confSettings));
397397

0 commit comments

Comments
 (0)