mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-02-17 10:50:47 +01:00
vncserver: extract PrintLogFilenameAndConfiguredUsersAndStuff()
This commit is contained in:
parent
c6f7d2eff0
commit
ded3840f6b
@ -43,9 +43,7 @@ use Time::HiRes qw (sleep);
|
||||
&PrepareDefaultsForPassingToXvnc();
|
||||
&StartXvncOrExit();
|
||||
|
||||
warn "\nNew '$desktopName' desktop is $host:$displayNumber\n";
|
||||
&PrintKasmUsers();
|
||||
warn "Log file is $desktopLog\n\n";
|
||||
&PrintLogFilenameAndConfiguredUsersAndStuff();
|
||||
|
||||
&CreateUserConfigIfNeeded();
|
||||
|
||||
@ -1087,3 +1085,9 @@ sub PrepareLoggingAndXvncKillingFramework {
|
||||
sub AllowXProgramsToConnectToXvnc {
|
||||
&SetupXauthorityFile();
|
||||
}
|
||||
|
||||
sub PrintLogFilenameAndConfiguredUsersAndStuff {
|
||||
warn "\nNew '$desktopName' desktop is $host:$displayNumber\n";
|
||||
&PrintKasmUsers();
|
||||
warn "Log file is $desktopLog\n\n";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user