It does not make sense to try an covert this routine to
used the new debugging macro. So just insure the correct
debugging level and printing to stderr is enabled.
Signed-off-by: Steve Dickson <steved@redhat.com>
int i;
char *p;
+ if (libtirpc_debug_level < 4 || log_stderr == 0)
+ return;
+
gss_log_debug("rpc_gss_sec:");
if(ptr->mech == NULL)
gss_log_debug("NULL gss_OID mech");
u_int i, j, jm;
int c;
- if (libtirpc_debug_level < 3 || log_stderr == 0)
+ if (libtirpc_debug_level < 4 || log_stderr == 0)
return;
fprintf(stderr, "\n");