diff --git a/src/message_handler.cc b/src/message_handler.cc index 2236d6aa..e06e9f4d 100644 --- a/src/message_handler.cc +++ b/src/message_handler.cc @@ -84,8 +84,8 @@ bool FindFileOrFail(QueryDatabase* db, /* LOG_S(INFO) << "Files (size=" << db->usr_to_file.size() << "): " << StringJoinMap(db->usr_to_file, - [](const std::pair& entry) { - return entry.first; + [](const std::pair& entry) { + return entry.first.path; }); */