We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d090673 commit 8f02af6Copy full SHA for 8f02af6
src/main.cpp
@@ -391,7 +391,7 @@ int main(int argc, char **argv)
391
}
392
393
Q_ASSERT(confSettings);
394
- qDebug().noquote() << "Config file:" << QDir::toNativeSeparators(configFileFullPath);
+ qInfo().noquote() << "Config file:" << QDir::toNativeSeparators(configFileFullPath);
395
396
QSurfaceFormat::setDefaultFormat(StelMainView::getDesiredGLFormat(confSettings));
397
0 commit comments