aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/threads/receiver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/threads/receiver.c')
-rw-r--r--src/charon/threads/receiver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/threads/receiver.c b/src/charon/threads/receiver.c
index 0cf8b7bde..598657724 100644
--- a/src/charon/threads/receiver.c
+++ b/src/charon/threads/receiver.c
@@ -74,7 +74,7 @@ static void receive_packets(private_receiver_t * this)
/* cancellation disabled by default */
pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL);
- this->logger->log(this->logger, CONTROL, "Receiver thread running, thread_id %u", (int)pthread_self());
+ this->logger->log(this->logger, CONTROL, "receiver thread running, thread_ID: %06d", (int)pthread_self());
while (1)
{