From 33bd27b9134e586addc6592fa47a706846f8b77e Mon Sep 17 00:00:00 2001 From: Jacob Dufault Date: Sat, 24 Mar 2018 10:26:10 -0700 Subject: [PATCH] Work on e2e tests --- src/message_handler.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }); */