changeset 422:f7f89575faef

Fix size display
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 23 Jun 2009 16:09:35 +0900
parents fcd65ebc7c43
children cd4d91188530
files extensions/radius_gw/sub_debug.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/radius_gw/sub_debug.c	Tue Jun 23 16:09:21 2009 +0900
+++ b/extensions/radius_gw/sub_debug.c	Tue Jun 23 16:09:35 2009 +0900
@@ -102,7 +102,7 @@
 			auth[12], auth[13], auth[14], auth[15]);
 	for (i = 0; i < msg->attr_used; i++) {
 		struct radius_attr_hdr *attr = (struct radius_attr_hdr *)(msg->buf + msg->attr_pos[i]);
-		log_debug("  - len:%3hhd, type:0x%02hhx (%s)\n", attr->length, attr->type, rgw_msg_attrtype_str(attr->type));
+		log_debug("  - len:%3hhu, type:0x%02hhx (%s)\n", attr->length, attr->type, rgw_msg_attrtype_str(attr->type));
 		/* If we need to dump the value, it's better to call directly radius_msg_dump instead... */
 	}
 	
"Welcome to our mercurial repository"