~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

Viewing changes to src/server/report/logging/session_mediator_report.cpp

  • Committer: Package Import Robot
  • Author(s): Alexandros Frantzis
  • Date: 2015-10-08 16:12:19 UTC
  • mto: This revision was merged to the branch mainline in revision 109.
  • Revision ID: package-import@ubuntu.com-20151008161219-emk4a1ys51yy0wjb
Tags: upstream-0.17.0+15.10.20151008.2
ImportĀ upstreamĀ versionĀ 0.17.0+15.10.20151008.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
    log->log(ml::Severity::informational, "session_disconnect_called(\"" + app_name + "\")", component);
79
79
}
80
80
 
81
 
void mrl::SessionMediatorReport::session_drm_auth_magic_called(std::string const& app_name)
82
 
{
83
 
    log->log(ml::Severity::informational, "session_drm_auth_magic_called(\"" + app_name + "\")", component);
84
 
}
85
 
 
86
81
void mrl::SessionMediatorReport::session_configure_surface_called(std::string const& app_name)
87
82
{
88
83
    log->log(ml::Severity::informational, "session_configure_surface_called(\"" + app_name + "\")", component);