]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
Fixed PB-TNC directionality debug message
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 24 Apr 2015 09:16:16 +0000 (11:16 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 24 Apr 2015 09:16:16 +0000 (11:16 +0200)
src/libtnccs/plugins/tnccs_20/batch/pb_tnc_batch.c

index faad02b9b90ad711523dfc44e477683bdbdb5fc0..b239c20dc3e5d3e5440ad0c11c3c0047e925c741 100644 (file)
@@ -283,7 +283,7 @@ METHOD(pb_tnc_batch_t, process_header, status_t,
 
        if (directionality & (*from_server == is_server))
        {
-               DBG1(DBG_TNC, "wrong Directionality: batch is from a PB %s",
+               DBG1(DBG_TNC, "wrong Directionality: batch is from a PB-TNC %s",
                                           is_server ? "server" : "client");
                msg = pb_error_msg_create_with_offset(TRUE, PEN_IETF,
                                           PB_ERROR_INVALID_PARAMETER, 1);