diff --git a/reference/SshBasics/Exec.cpp b/reference/SshBasics/Exec.cpp index 21ec78635..6be5edb83 100644 --- a/reference/SshBasics/Exec.cpp +++ b/reference/SshBasics/Exec.cpp @@ -17,4 +17,7 @@ void ExecListDir(SshSession& session) return; } LOG(exec.GetErrorDesc()); + + // Or you can use one of the helper functions instead: + // LOG("Stdout:\n" << SshExecute(session, cmdline)); } \ No newline at end of file