Code review comment for lp:~gerboland/unity-mir/clean-up-authorisation

Revision history for this message
MichaƂ Sawicz (saviq) wrote :

29 + LOG("ApplicationManager::authorizedSessionName REJECTED connection from app with pid %lld", pid);

Should be authorizedSession.

=====

73 + Q_EMIT requestAuthorizationForSession(pid, authorized); // needs to block until authorizedName returned

Doesn't return authorizedName anymore, does it?

review: Needs Fixing

« Back to merge proposal