Merge pull request #4462 from thelounge/bookworm/certErr
clientCert: fix up error message
This commit is contained in:
commit
d0fab98c1d
@ -30,7 +30,7 @@ function get(uuid) {
|
|||||||
certificate: fs.readFileSync(paths.certificatePath, "utf-8"),
|
certificate: fs.readFileSync(paths.certificatePath, "utf-8"),
|
||||||
};
|
};
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
log.error("Unable to remove certificate", e);
|
log.error("Unable to get certificate", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
Reference in New Issue
Block a user