Changeset f12d199 for functions.c
- Timestamp:
- Aug 8, 2009, 3:12:04 AM (15 years ago)
- Branches:
- master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- fea7992
- Parents:
- 2c14f40
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
functions.c
r2c14f40 rf12d199 1490 1490 owl_fmtext_append_normal(&fm, "\n"); 1491 1491 owl_fmtext_appendf_normal(&fm, " Port : %i\n", ntohs(n->z_port)); 1492 owl_fmtext_appendf_normal(&fm, " Auth Tried: %s\n", owl_zephyr_get_authstr(n->z_auth));1492 owl_fmtext_appendf_normal(&fm, " Auth : %s\n", owl_zephyr_get_authstr(n)); 1493 1493 1494 1494 /* FIXME make these more descriptive */ 1495 owl_fmtext_appendf_normal(&fm, " Auth Check: %s\n", owl_zephyr_get_authstr(n->z_checked_auth));1495 owl_fmtext_appendf_normal(&fm, " Checkd Ath: %i\n", n->z_checked_auth); 1496 1496 owl_fmtext_appendf_normal(&fm, " Multi notc: %s\n", n->z_multinotice); 1497 1497 owl_fmtext_appendf_normal(&fm, " Num other : %i\n", n->z_num_other_fields);
Note: See TracChangeset
for help on using the changeset viewer.