]> asedeno.scripts.mit.edu Git - 1ts-debian.git/commitdiff
syslog what sort of authenticator we got
authorkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Fri, 28 Dec 2007 14:36:22 +0000 (14:36 +0000)
committerkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Fri, 28 Dec 2007 14:36:22 +0000 (14:36 +0000)
git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@239 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

zephyr/server/bdump.c

index 0c3103e0fe834af8a1d5a3e814d0568cba3a8abd..22f3ac0b2318138afd0271f41386c7f59bac1bd6 100644 (file)
@@ -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);