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