mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 03:53:08 +00:00
Merge pull request #4462 from thelounge/bookworm/certErr
clientCert: fix up error message
This commit is contained in:
commit
d0fab98c1d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ function get(uuid) {
|
|||
certificate: fs.readFileSync(paths.certificatePath, "utf-8"),
|
||||
};
|
||||
} catch (e) {
|
||||
log.error("Unable to remove certificate", e);
|
||||
log.error("Unable to get certificate", e);
|
||||
}
|
||||
|
||||
return null;
|
||||
|
|
Loading…
Reference in a new issue