kit/ChildSession.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a4eecb790d78a17a016163d20923afffd4ac39f3 Author: Tor Lillqvist <[email protected]> AuthorDate: Mon Apr 13 16:15:12 2020 +0300 Commit: Tor Lillqvist <[email protected]> CommitDate: Mon Apr 13 16:25:40 2020 +0200 Fix log message: The LOK function is called saveAs, not downloadAs Change-Id: I94a0e9d8a25a4a2bf6b1d7c545ed89d6f6007e2e Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92113 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Tor Lillqvist <[email protected]> diff --git a/kit/ChildSession.cpp b/kit/ChildSession.cpp index edbe7e8c0..9ccaa20f9 100644 --- a/kit/ChildSession.cpp +++ b/kit/ChildSession.cpp @@ -941,7 +941,7 @@ bool ChildSession::downloadAs(const char* /*buffer*/, int /*length*/, const Stri const std::string url = jailDoc + tmpDir + "/" + filenameParam.getFileName(); const std::string urlAnonym = jailDoc + tmpDir + "/" + Poco::Path(nameAnonym).getFileName(); - LOG_DBG("Calling LOK's downloadAs with: url='" << urlAnonym << "', format='" << + LOG_DBG("Calling LOK's saveAs with: url='" << urlAnonym << "', format='" << (format.empty() ? "(nullptr)" : format.c_str()) << "', ' filterOptions=" << (filterOptions.empty() ? "(nullptr)" : filterOptions.c_str()) << "'."); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
