Signed-off-by: Daniel Lenski <dlenski@gmail.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
if (!sess) {
vpn_progress(vpninfo, PRG_ERR,
- _("Attempted to read from non-existent %s session"),
+ _("Attempted to read from non-existent %s session\n"),
dtls ? "DTLS" : "TLS");
return -1;
}
if (!sess) {
vpn_progress(vpninfo, PRG_ERR,
- _("Attempted to write to non-existent %s session"),
+ _("Attempted to write to non-existent %s session\n"),
dtls ? "DTLS" : "TLS");
return -1;
}
if (!ssl) {
vpn_progress(vpninfo, PRG_ERR,
- _("Attempted to read from non-existent %s session"),
+ _("Attempted to read from non-existent %s session\n"),
dtls ? "DTLS" : "TLS");
return -1;
}
if (!ssl) {
vpn_progress(vpninfo, PRG_ERR,
- _("Attempted to write to non-existent %s session"),
+ _("Attempted to write to non-existent %s session\n"),
dtls ? "DTLS" : "TLS");
return -1;
}