mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-20 23:24:34 +00:00
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 <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
This commit is contained in:
@ -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()) << "'.");
|
||||
|
||||
|
Reference in New Issue
Block a user