Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchapyshev committed Dec 1, 2023
1 parent 8370a33 commit 3be9202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/host/client_session_file_transfer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ void ClientSessionFileTransfer::onStarted()
std::string command_line =
fmt::format("sudo -u {} {} --channel_id={} &",
user_name,
agentFilePath(),
agentFilePath().c_str(),
base::local8BitFromUtf16(channel_id));

LOG(LS_INFO) << "Start file transfer session agent: " << command_line;
Expand Down

0 comments on commit 3be9202

Please sign in to comment.