[Libreoffice-commits] core.git: solenv/wsl
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Sat Oct 24 23:26:10 UTC 2020
solenv/wsl/wsl-lo-helper.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 53591aa0d1570cf9031799269a198b5cfe4dd076
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Sun Oct 25 01:38:57 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Sun Oct 25 01:25:30 2020 +0200
Improve error message
Change-Id: I4f6f7ca56c42cac8303d591cbbba744259999ee2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104762
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/solenv/wsl/wsl-lo-helper.cpp b/solenv/wsl/wsl-lo-helper.cpp
index 0b641ceb04bd..2bbc8cec16f8 100644
--- a/solenv/wsl/wsl-lo-helper.cpp
+++ b/solenv/wsl/wsl-lo-helper.cpp
@@ -63,7 +63,7 @@ int wmain(int argc, wchar_t** argv)
wchar_t woutput[1000];
if (GetShortPathNameW(argv[2], woutput, sizeof(woutput) / sizeof(woutput[0])) == 0)
{
- fprintf(stderr, "%S --8.3: Could not get short pathname.\n", argv[0]);
+ fprintf(stderr, "%S --8.3: Could not get short pathname of %S.\n", argv[0], argv[2]);
exit(1);
}
More information about the Libreoffice-commits
mailing list