aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-12-12 12:55:14 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-12-12 12:55:14 +0100
commit836d9a795bdb62ddaea085af0a7da96e60a0431e (patch)
treef064eb763babec93bfaa66b2a3fba831b5908bad /src
parentdc1b2eb2e843d2547001959cbf136200a0c72c33 (diff)
downloadstrongswan-836d9a795bdb62ddaea085af0a7da96e60a0431e.tar.bz2
strongswan-836d9a795bdb62ddaea085af0a7da96e60a0431e.tar.xz
reverted Connection ID to capital letters
Diffstat (limited to 'src')
-rw-r--r--src/libcharon/plugins/tnccs_20/tnccs_20.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcharon/plugins/tnccs_20/tnccs_20.c b/src/libcharon/plugins/tnccs_20/tnccs_20.c
index 13e6c4d74..0bdd8f1e8 100644
--- a/src/libcharon/plugins/tnccs_20/tnccs_20.c
+++ b/src/libcharon/plugins/tnccs_20/tnccs_20.c
@@ -308,7 +308,7 @@ METHOD(tls_t, process, status_t,
}
data = chunk_create(buf, buflen);
- DBG1(DBG_TNC, "received TNCCS batch (%u bytes) for connection ID %u",
+ DBG1(DBG_TNC, "received TNCCS batch (%u bytes) for Connection ID %u",
data.len, this->connection_id);
DBG3(DBG_TNC, "%B", &data);
batch = pb_tnc_batch_create_from_data(this->is_server, data);
@@ -535,7 +535,7 @@ METHOD(tls_t, build, status_t,
{
this->batch->build(this->batch);
data = this->batch->get_encoding(this->batch);
- DBG1(DBG_TNC, "sending PB-TNC %N batch (%d bytes) for connection ID %u",
+ DBG1(DBG_TNC, "sending PB-TNC %N batch (%d bytes) for Connection ID %u",
pb_tnc_batch_type_names, batch_type, data.len,
this->connection_id);
DBG3(DBG_TNC, "%B", &data);