feat: Update 2 files
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 38s
Build-Test-Publish / build (linux/arm64) (push) Successful in 1m11s

This commit is contained in:
j842
2025-09-04 12:55:59 +12:00
parent 5e39346aff
commit 233285343a
2 changed files with 16 additions and 3 deletions

View File

@@ -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;
}