~andreas-pokorny/mir/09-input-config-authorizer

« back to all changes in this revision

Viewing changes to src/client/logging/rpc_report.cpp

  • Committer: Andreas Pokorny
  • Date: 2016-11-07 08:09:28 UTC
  • Revision ID: andreas.pokorny@canonical.com-20161107080928-9f684zimze9olysh
WIP synchronisation

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
    ss << "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@";
156
156
    ss << "Input device information received: ";
157
157
    for (auto info : event.device_info())
158
 
        ss << info.id() << ":" << info.name() << " ";
 
158
        ss << info.id() << ":" << info.name() << "-" << info.unique_id() << " ";
159
159
 
160
160
    logger->log(ml::Severity::debug, ss.str(), component);
161
161
}