mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-22 08:04:04 +01:00
vncserver: fix debug output
This commit is contained in:
parent
16bf937bfa
commit
e5056eaeea
@ -36,7 +36,7 @@ sub load {
|
||||
$logger->debug("Loading config " . $self->{filename});
|
||||
my $yamlDocuments = YAML::Tiny->read($self->{filename});
|
||||
unless (defined $yamlDocuments) {
|
||||
die "Couldn't load config: $self-{filename}. Probable reason: No newline at end of file";
|
||||
die "Couldn't load config: $self->{filename}. Probable reason: No newline at end of file";
|
||||
}
|
||||
|
||||
$self->{data} = $yamlDocuments->[0];
|
||||
|
Loading…
Reference in New Issue
Block a user