aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION.txt2
-rw-r--r--src/zenutil/zenserverprocess.cpp2
2 files changed, 1 insertions, 3 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 092d65cc5..50437e29e 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1 +1 @@
-5.6.18-pre1 \ No newline at end of file
+5.6.18-pre2 \ No newline at end of file
diff --git a/src/zenutil/zenserverprocess.cpp b/src/zenutil/zenserverprocess.cpp
index 4fd1cef9a..3f71c1357 100644
--- a/src/zenutil/zenserverprocess.cpp
+++ b/src/zenutil/zenserverprocess.cpp
@@ -167,8 +167,6 @@ ZenServerState::Initialize()
ThrowLastError("Could not map view of Zen server state");
}
#else
- ZEN_INFO("{}", S_IRUSR | S_IWUSR | S_IXUSR);
- ZEN_INFO("{}", geteuid());
int Fd = shm_open("/UnrealEngineZen", O_RDWR | O_CREAT | O_CLOEXEC, geteuid() == 0 ? 0766 : 0666);
if (Fd < 0)
{