feat: Update 2 files
This commit is contained in:
@@ -184,8 +184,9 @@ namespace dropshell
|
||||
|
||||
if (!rval && !hasFlag(mode, cMode::Silent))
|
||||
{
|
||||
error << "Failed to execute ssh command:" << std::endl;
|
||||
debug << ssh_cmd.str() + " " + remote_command.construct_cmd(remote_bb64_path) << std::endl;
|
||||
error << "Failed to execute ssh command" << std::endl;
|
||||
debug << "SSH command: " << ssh_cmd.str() << std::endl;
|
||||
debug << "Remote command: " << remote_command.construct_cmd(remote_bb64_path) << std::endl;
|
||||
}
|
||||
return rval;
|
||||
}
|
||||
|
Reference in New Issue
Block a user