diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 24cdabe772..97cd8a5c08 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -153,7 +153,7 @@ Application::Application(int& argc, char** argv, timeval &startup_time) : // call Menu getInstance static method to set up the menu _window->setMenuBar(Menu::getInstance()); - qDebug("[VERSION] Build sequence: %i", BUILD_VERSION); + qDebug("[VERSION] Build sequence: %i\n", BUILD_VERSION); unsigned int listenPort = 0; // bind to an ephemeral port by default const char** constArgv = const_cast(argv);