Skip to content
Snippets Groups Projects

logging and console issues

Merged Constantin P. requested to merge bugs-2665 into master
5 files
+ 7
2
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -44,6 +44,7 @@ int main(int argc, char *argv[])
//#ifndef QT_DEBUG
#ifdef Q_OS_LINUX
dapLogger.setLogFile(QString("/opt/cellframe-dashboard/log/%1Gui.log").arg(DAP_BRAND));
#elif defined Q_OS_WIN
#endif
//#endif
Loading