]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/window.c
Log when -restrict-acl is in use.
[PuTTY.git] / windows / window.c
index 01487522d70dd511c5deb41c3477640df34477e9..2fb12c80dd1453271e334681e50069d961548e85 100644 (file)
@@ -840,6 +840,10 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show)
        }
     }
 
+    if (restricted_acl) {
+       logevent(NULL, "Running with restricted process ACL");
+    }
+
     start_backend();
 
     /*