mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
DataTransfer -> FileTransfer
This commit is contained in:
parent
7848372b0f
commit
c330109bfa
13 changed files with 107 additions and 107 deletions
|
@ -198,7 +198,7 @@ bool handleJSONLogMessage(const std::string & msg,
|
|||
|
||||
if (action == "start") {
|
||||
auto type = (ActivityType) json["type"];
|
||||
if (trusted || type == actDataTransfer)
|
||||
if (trusted || type == actFileTransfer)
|
||||
activities.emplace(std::piecewise_construct,
|
||||
std::forward_as_tuple(json["id"]),
|
||||
std::forward_as_tuple(*logger, (Verbosity) json["level"], type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue