summaryrefslogtreecommitdiff
path: root/server/bdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/bdump.c')
-rw-r--r--server/bdump.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/bdump.c b/server/bdump.c
index 8e5ab2f..3301156 100644
--- a/server/bdump.c
+++ b/server/bdump.c
@@ -343,6 +343,8 @@ bdump_send()
return;
}
+ syslog(LOG_INFO, "bdump_send: got %d bytes of authenticator for protocol %d", len, proto);
+
if (get_tgt()) {
syslog(LOG_ERR, "bdump_send: get_tgt failed");
cleanup(server);