Skip to content

Commit fa2a3b3

Browse files
committed
logs: accounts service disabled no longer warn
1 parent 8bcfc33 commit fa2a3b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/application.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ void Application::initServices() {
811811
});
812812
kLog.info("accounts service active for uid {}", m_accountsService->sessionUid());
813813
} catch (const std::exception& e) {
814-
kLog.warn("accounts service disabled: {}", e.what());
814+
kLog.info("accounts service disabled: {}", e.what());
815815
m_accountsService.reset();
816816
}
817817

0 commit comments

Comments
 (0)