+Thu Aug 1 15:57:08 1996 Barry Jaspan <bjaspan@DUN-DUN-NOODLES>
+
+ * ovsec_kadmd.c (main): remove useless hex value from error message
+
Wed Jul 31 15:22:10 1996 Tom Yu <tlyu@mit.edu>
* ovsec_kadmd.c: Revert prior change due to netdb.h shuffle
if ((params.mask & REQUIRED_PARAMS) != REQUIRED_PARAMS) {
krb5_klog_syslog(LOG_ERR, "%s: Missing required configuration values "
- "(%x) while initializing, aborting\n", whoami,
+ "while initializing, aborting\n", whoami,
(params.mask & REQUIRED_PARAMS) ^ REQUIRED_PARAMS);
fprintf(stderr, "%s: Missing required configuration values "
"(%x) while initializing, aborting\n", whoami,