From 292fe828408a90114ceedd1e16878c714ff5df8b Mon Sep 17 00:00:00 2001 From: Jertzukka Date: Mon, 24 Jun 2024 10:07:19 +0300 Subject: Fix regression in core service deserialization (#1367) Introducing data into the standard out in the core service will cause deserialization problems, as the pipes are used for interprocess communication. --- src/Core/Unix/CoreUnix.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Core/Unix/CoreUnix.cpp b/src/Core/Unix/CoreUnix.cpp index 5caa733c..1868eb6d 100644 --- a/src/Core/Unix/CoreUnix.cpp +++ b/src/Core/Unix/CoreUnix.cpp @@ -728,7 +728,6 @@ namespace VeraCrypt } catch (...) { - wcout << L"Exception. Error mounting volume: " << wstring(*options.Path) << endl; try { VolumeInfoList mountedVolumes = GetMountedVolumes (*options.Path); -- cgit v1.2.3