]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/winplink.c
Log when -restrict-acl is in use.
[PuTTY.git] / windows / winplink.c
index 0f86b41c648dbf6b978fd97a10b119dbe0c362d2..c54cc24cad77c843bda233398fb231a48547652c 100644 (file)
@@ -633,6 +633,10 @@ int main(int argc, char **argv)
             return 1;
     }
 
+    if (restricted_acl) {
+       logevent(NULL, "Running with restricted process ACL");
+    }
+
     /*
      * Start up the connection.
      */