updates.
[silc.git] / lib / silccore / silcpayload.c
index c24ce8fe72eedd167c468e3a2bde8fa042a76deb..d53921698cbba75f7daa7e7b79006774816db243 100644 (file)
@@ -167,7 +167,9 @@ SilcBuffer silc_id_payload_encode(void *id, SilcIdType type)
   unsigned char *id_data;
   unsigned int len;
 
-  SILC_LOG_DEBUG(("Parsing ID payload"));
+  SILC_LOG_DEBUG(("Encoding %s ID payload",
+                 type == SILC_ID_CLIENT ? "Client" :
+                 type == SILC_ID_SERVER ? "Server" : "Channel"));
 
   id_data = silc_id_id2str(id, type);
   len = silc_id_get_len(type);