diff --git a/FsCrypt.cpp b/FsCrypt.cpp index ea8bb73..b7d3928 100644 --- a/FsCrypt.cpp +++ b/FsCrypt.cpp @@ -269,7 +269,7 @@ static bool lookup_key_ref(const std::map& key_map, useri std::string* raw_ref) { auto refi = key_map.find(user_id); if (refi == key_map.end()) { - LOG(ERROR) << "Cannot find key for " << user_id; + LOG(DEBUG) << "Cannot find key for " << user_id; return false; } *raw_ref = refi->second;