summaryrefslogtreecommitdiffstats
path: root/src/sh_cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sh_cat.c')
-rw-r--r--src/sh_cat.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/sh_cat.c b/src/sh_cat.c
index dfffae1..9328543 100644
--- a/src/sh_cat.c
+++ b/src/sh_cat.c
@@ -71,7 +71,8 @@ cat_entry msg_cat[] = {
{ MSG_CHECK_1, SH_ERR_STAMP, STAMP, N_("msg=\"File check completed.\" time=\"%ld\" kBps=\"%f\"")},
{ MSG_CHECK_2, SH_ERR_STAMP, STAMP, N_("msg=\"File check starting.\"")},
{ MSG_STAMP, SH_ERR_STAMP, STAMP, N_("msg=\"---- TIMESTAMP ----\"")},
-
+ { MSG_DCLOSE, SH_ERR_NOTICE, RUN, N_("msg=\"Finished writing baseline database.\"")},
+
{ MSG_D_START, SH_ERR_INFO, RUN, N_("msg=\"Downloading configuration file\"")},
{ MSG_D_DSTART, SH_ERR_INFO, RUN, N_("msg=\"Downloading database file\"")},
{ MSG_D_FAIL, SH_ERR_INFO, RUN, N_("msg=\"No file from server, trying local file\"")},
@@ -223,6 +224,7 @@ cat_entry msg_cat[] = {
{ MSG_TCP_EBGN, SH_ERR_ERR, TCP, N_("msg=\"Error in big integer library\"")},
{ MSG_TCP_CREG, SH_ERR_ALL, TCP, N_("msg=\"Registered %s, salt %s, verifier %s\"")},
+ { MSG_TCP_AREG, SH_ERR_ALL, TCP, N_("msg=\"Registered %s, hostname %s\"")},
{ MSG_TCP_FAUTH, SH_ERR_INFO, TCP, N_("msg=\"Force authentication\" host=\"%s\"")},
{ MSG_TCP_RESCLT, SH_ERR_SEVERE, TCP, N_("msg=\"Cannot resolve client name\" host=\"%s\"")},
@@ -402,6 +404,7 @@ cat_entry msg_cat[] = {
{ MSG_CHECK_1, SH_ERR_STAMP, STAMP, N_("msg=<File check completed.>, time=<%ld>, kBps=<%f>")},
{ MSG_CHECK_2, SH_ERR_STAMP, STAMP, N_("msg=<File check starting.>")},
{ MSG_STAMP, SH_ERR_STAMP, STAMP, N_("msg=<---- TIMESTAMP ---->")},
+ { MSG_DCLOSE, SH_ERR_NOTICE, RUN, N_("msg=<Finished writing baseline database.>")},
{ MSG_D_START, SH_ERR_INFO, RUN, N_("msg=<Downloading configuration file>")},
{ MSG_D_DSTART, SH_ERR_INFO, RUN, N_("msg=<Downloading database file>")},
@@ -566,6 +569,7 @@ cat_entry msg_cat[] = {
{ MSG_TCP_EBGN, SH_ERR_ERR, TCP, N_("msg=<Error in big integer library>")},
{ MSG_TCP_CREG, SH_ERR_ALL, TCP, N_("msg=<Registered %s, salt %s, verifier %s>")},
+ { MSG_TCP_AREG, SH_ERR_ALL, TCP, N_("msg=<Registered %s, hostname %s>")},
{ MSG_TCP_FAUTH, SH_ERR_INFO, TCP, N_("msg=<Force authentication>, client=<%s>")},
{ MSG_TCP_RESCLT, SH_ERR_SEVERE, TCP, N_("msg=<Cannot resolve client name> host=<%s>")},